Commit Graph

62 Commits (cf8639ff6286e9ba1bdc67777ca78037fdde0d8d)

Author SHA1 Message Date
Matt Davis 29d545a8bc Clarify pywinrm behavior WRT Python versions affected by SSLContext
fixes #16765
8 years ago
Matt Davis 0afc327532 Revert "Fix/windows documentation" (#17916) 8 years ago
Jordan Borean e357ec68f7 Fix/windows documentation (#17851)
* Updated Windows documentation for more clarity on particular features like NTLM auth.
8 years ago
Scott Butler da4c3ebeac Fix for ticket 9664 8 years ago
Scott Butler e35c0b5669 Minor grammar and punctuation tweaks.
(cherry picked from commit fd3149a5f6)
8 years ago
= 6615824f4d A few ideas for updating the windows introduction. 8 years ago
Toshio Kuratomi d45a394f63 Mocate ansible_ssh_changes into a common directory 8 years ago
Matt Davis 5825958a5a Merge pull request #15275 from Cryptophobia/devel
Update ConfigureRemotingForAnsible.ps1
8 years ago
= be928ef71a add krb5-user to list of packages to install for ubuntu following this post on the google group: https://groups.google.com/forum/#!topic/ansible-project/dLhLtnuyzak 8 years ago
Cryptophobia 76a519fddc Update to ConfigureRemotingForAnsible.ps1 9 years ago
Brian Coca 636871c2c0 Merge pull request #13377 from bruceharbin/patch-1
Update intro_windows.rst
9 years ago
nitzmahone d699ef72d2 Fixes #12433 with distro-agnostic text 9 years ago
Matt Davis 840cda741d Merge pull request #12363 from breathe/devel
allow ConfigureRemotingForAnsible.ps1 script from public zone
9 years ago
Dag Wieers 0a20c53ed6 A few more typos
I came across another typo, and fixed similar ones in the docs.
9 years ago
J Levitt 8e059d058b Added example of running commands on a remote Windows Server
Added example of running commands on a remote Windows Server
9 years ago
Brian Coca 739e4c0386 corrected info about windows module naming and loc 9 years ago
nitzmahone a7cd41b482 Windows doc updates 9 years ago
Ming Qian 7724c958e1 Update intro_windows.rst
first pull. thanks.
9 years ago
Chris Church dea07438b5 Recommend using pywinrm >= 0.1.1 from PyPI instead of GitHub version. 9 years ago
Sandra Wills 32cb2fa215 removed repetition of note and replaced with an include directive
ansible_ssh_* changes from 1.9 to 2.0, original note made into a separate file
for easier editing, and an include for this new file added to each of the 6 file affected
by this change
9 years ago
Sandra Wills 748ff72b6b fixed typo, depricated --> deprecated, in all 6 notes 9 years ago
Sandra Wills f24fbb04c9 note modified a bit, then reviewed/approved by jmartin
Ansible 2.0 has depricated the “ssh” from ansible_ssh_user,
ansible_ssh_host, and ansible_ssh_port to become ansible_user,
ansible_host, and ansible_port. If you are using a version of
Ansible prior to 2.0, you should continue using the older style
variables (ansible_ssh_*). These shorter variables are ignored,
without warning, in older versions of Ansible.
9 years ago
Sandra Wills 6af2b2a4cb added note about ansible_ssh_* change
added a note like the following to each file hit with unlabled 2.0 changes...
Ansible 2.0 moved away from using ansible_ssh_* variables to accepting
ansible_* variables. If you are using a version of Ansible prior to 2.0,
you should continue using the older style variables (ansible_ssh_*), such
as ansible_ssh_user instead of ansible_user and ansible_ssh_port instead of
ansible_port, which appear in the following content. These shorter variables
are ignored, without warning, in older versions of Ansible.
9 years ago
Nathaniel Cohen fc0801e69b describe command line options for ConfigureAnsibleForRemoting 9 years ago
Chris Church c5409ab493 Remove ansible_winrm_ host/port/user/pass options, update exception handling around establishing a winrm connection. 9 years ago
Chris Church 056c6b77d0 Support additional options for WinRM connections via inventory variables. 9 years ago
= e5cad0fd9a Add kerberos configuration instructions to windows intro 9 years ago
Abhijit Menon-Sen f56a6e0951 Rename ansible_ssh_{host,port,user} in docs to ansible_*
The _ssh variants will continue to work, but the shorter, more generic
names are preferred now.
9 years ago
Bill Nottingham e2e15992b7 Update intro_windows.rst
Fix typo that broke RST -> html parsing.
9 years ago
Roger Smith 8629ac539e Extend python-kerberos dependency section
Add (untested) dependencies for Portage, pkg, OpenCSW, and Pacman
9 years ago
Roger Smith bbee2a9c65 Add pywinrm dependencies for RPM 9 years ago
Roger Smith 74e351a8ea Update dependencies for pywinrm
Adding the python-dev and libkrb5-dev libraries avoids the error message "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1" when running "pip install kerberos"
9 years ago
Brian Coca 698b277601 changed github and galaxy to always be https
fixes #9925
9 years ago
Jeremy Olexa 2180981a6e Minor Fix for broken link 9 years ago
Jon Hawkesworth 9d572afb61 Add advice about using unpatched Windows Management Framework 3.0.
Hopefully this should reduce bug reports like #10878 and #10825
10 years ago
Chris Church 944690118f Update windows documentation to indicate how to specify kerberos vs. basic auth. 10 years ago
Bill Nottingham 7e3b3b6ebe Update intro_windows.rst
Add a bit about what Windows versions PS3 is actually available for.
10 years ago
Bill Nottingham 22608939eb Update intro_windows.rst
Refer to PowerShell consistently.
10 years ago
Kirk Strauser 1b67aa94e8 Added winrm/kerberos configuration information 10 years ago
Vladimir Khramtsov df78f51b78 Fix grammar in password 10 years ago
Pascal Borreli fe40a7d88a Fixed typos 10 years ago
Chad Rhyner 1c01c0c390 Fix some spelling mistakes in intro_windows.rst 10 years ago
Michael DeHaan 8ad296a6f2 Simply docs by providing the powershell setup script instead. Thanks Trond!!! 10 years ago
Michael DeHaan ffaf442037 ping is win_ping, so doc fix. 10 years ago
Michael DeHaan 7b33bc9fea Windows docs tweaks. 10 years ago
Michael DeHaan 5f13af97b8 Remove part about powershell upgrade (for now). 10 years ago
Craig Ackerman cd28044006 Specified https firewall rule to only use public profile 10 years ago
Matt Martz 575a1fe19b Clean up some additional formatting in intro_windows.rst 10 years ago
Craig Ackerman cd3edf1eba Added FW commands to allow access to HTTPS listener 10 years ago
Craig Ackerman f42905a9cc Added commands to allow Windows firewall access to WinRM HTTPS listener 10 years ago