Commit Graph

44 Commits (a196c7d737db14ba7dc238be901a5bf108e135c0)

Author SHA1 Message Date
nitzmahone a7cd41b482 Windows doc updates 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
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
Matt Martz 630c0cf57e Fix up some formatting issues in intro_windows.rst 10 years ago
Michael DeHaan 118899c548 Fix hyperlink target. 10 years ago
Michael DeHaan 8eaa81d5a9 Some docs restructuring to move the setup steps first. 10 years ago
Michael DeHaan 128be9ea27 File rename. 10 years ago
Michael DeHaan 38338157b3 Add prep instructions. 10 years ago
Michael DeHaan dfd4f18095 Docsite things. 10 years ago
Michael DeHaan f423a8dffe Slight examples tweak 10 years ago
Craig Ackerman aba2cbfbc6 Additional Windows Setup info 10 years ago
Craig Ackerman fab0374572 Added Windows intro content 10 years ago
Michael DeHaan e3cc1eaefc Update windows docs in progress. 10 years ago
Michael DeHaan ac6ccb77cc Intro windows docs. 10 years ago
Michael DeHaan ab10d91881 Add start of introductory windows documentation. 10 years ago