Commit graph

52 commits

Author SHA1 Message Date
Brian Coca 636871c2c0 Merge pull request #13377 from bruceharbin/patch-1
Update intro_windows.rst
2016-03-21 07:28:48 -07:00
nitzmahone d699ef72d2 Fixes #12433 with distro-agnostic text 2016-02-29 14:38:35 -08:00
Matt Davis 840cda741d Merge pull request #12363 from breathe/devel
allow ConfigureRemotingForAnsible.ps1 script from public zone
2016-02-29 22:28:53 +00:00
Dag Wieers 0a20c53ed6 A few more typos
I came across another typo, and fixed similar ones in the docs.
2016-02-05 18:38:56 +01:00
J Levitt 8e059d058b Added example of running commands on a remote Windows Server
Added example of running commands on a remote Windows Server
2016-01-15 14:17:23 -06:00
Brian Coca 739e4c0386 corrected info about windows module naming and loc 2016-01-13 10:32:36 -05:00
nitzmahone a7cd41b482 Windows doc updates 2015-12-09 16:30:32 -05:00
Ming Qian 7724c958e1 Update intro_windows.rst
first pull. thanks.
2015-12-01 11:24:17 -08:00
Chris Church dea07438b5 Recommend using pywinrm >= 0.1.1 from PyPI instead of GitHub version. 2015-11-18 17:49:21 -05:00
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
2015-10-12 11:41:09 -04:00
Sandra Wills 748ff72b6b fixed typo, depricated --> deprecated, in all 6 notes 2015-10-12 08:01:24 -04:00
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.
2015-10-08 21:41:27 -04:00
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.
2015-10-08 21:39:26 -04:00
Nathaniel Cohen fc0801e69b describe command line options for ConfigureAnsibleForRemoting 2015-09-22 12:45:02 -07:00
Chris Church c5409ab493 Remove ansible_winrm_ host/port/user/pass options, update exception handling around establishing a winrm connection. 2015-09-16 16:38:19 -04:00
Chris Church 056c6b77d0 Support additional options for WinRM connections via inventory variables. 2015-09-16 16:38:18 -04:00
= e5cad0fd9a Add kerberos configuration instructions to windows intro 2015-09-15 08:57:08 +01:00
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.
2015-09-10 19:41:47 +05:30
Bill Nottingham e2e15992b7 Update intro_windows.rst
Fix typo that broke RST -> html parsing.
2015-09-08 11:06:54 -04:00
Roger Smith 8629ac539e Extend python-kerberos dependency section
Add (untested) dependencies for Portage, pkg, OpenCSW, and Pacman
2015-07-31 18:22:52 +12:00
Roger Smith bbee2a9c65 Add pywinrm dependencies for RPM 2015-07-30 18:21:26 +12:00
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"
2015-07-30 13:45:59 +12:00
Brian Coca 698b277601 changed github and galaxy to always be https
fixes #9925
2015-07-11 11:33:28 -04:00
Jeremy Olexa 2180981a6e Minor Fix for broken link 2015-05-19 22:18:24 -05:00
Jon Hawkesworth 9d572afb61 Add advice about using unpatched Windows Management Framework 3.0.
Hopefully this should reduce bug reports like #10878 and #10825
2015-05-06 06:33:34 +01:00
Chris Church 944690118f Update windows documentation to indicate how to specify kerberos vs. basic auth. 2015-04-09 15:51:43 -04:00
Bill Nottingham 7e3b3b6ebe Update intro_windows.rst
Add a bit about what Windows versions PS3 is actually available for.
2015-04-03 14:26:45 -04:00
Bill Nottingham 22608939eb Update intro_windows.rst
Refer to PowerShell consistently.
2015-04-03 14:23:04 -04:00
Kirk Strauser 1b67aa94e8 Added winrm/kerberos configuration information 2015-02-16 09:36:39 -08:00
Vladimir Khramtsov df78f51b78 Fix grammar in password 2014-09-28 23:34:43 +03:00
Pascal Borreli fe40a7d88a Fixed typos 2014-08-22 11:39:38 +01:00
Chad Rhyner 1c01c0c390 Fix some spelling mistakes in intro_windows.rst 2014-08-12 22:10:11 -07:00
Michael DeHaan 8ad296a6f2 Simply docs by providing the powershell setup script instead. Thanks Trond!!! 2014-07-31 13:42:12 -04:00
Michael DeHaan ffaf442037 ping is win_ping, so doc fix. 2014-06-19 21:35:38 -05:00
Michael DeHaan 7b33bc9fea Windows docs tweaks. 2014-06-19 21:17:47 -05:00
Michael DeHaan 5f13af97b8 Remove part about powershell upgrade (for now). 2014-06-19 16:57:03 -05:00
Craig Ackerman cd28044006 Specified https firewall rule to only use public profile 2014-06-19 19:40:31 +00:00
Matt Martz 575a1fe19b Clean up some additional formatting in intro_windows.rst 2014-06-19 14:27:03 -05:00
Craig Ackerman cd3edf1eba Added FW commands to allow access to HTTPS listener 2014-06-19 14:26:24 -05:00
Craig Ackerman f42905a9cc Added commands to allow Windows firewall access to WinRM HTTPS listener 2014-06-19 14:26:16 -05:00
Matt Martz 630c0cf57e Fix up some formatting issues in intro_windows.rst 2014-06-19 14:25:49 -05:00
Michael DeHaan 118899c548 Fix hyperlink target. 2014-06-19 14:25:49 -05:00
Michael DeHaan 8eaa81d5a9 Some docs restructuring to move the setup steps first. 2014-06-19 14:25:49 -05:00
Michael DeHaan 128be9ea27 File rename. 2014-06-19 14:25:49 -05:00
Michael DeHaan 38338157b3 Add prep instructions. 2014-06-19 14:25:49 -05:00
Michael DeHaan dfd4f18095 Docsite things. 2014-06-19 14:25:28 -05:00
Michael DeHaan f423a8dffe Slight examples tweak 2014-06-19 14:25:23 -05:00
Craig Ackerman aba2cbfbc6 Additional Windows Setup info 2014-06-19 14:24:15 -05:00
Craig Ackerman fab0374572 Added Windows intro content 2014-06-19 14:24:15 -05:00
Michael DeHaan e3cc1eaefc Update windows docs in progress. 2014-06-19 14:24:14 -05:00