mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
describe command line options for ConfigureAnsibleForRemoting
This commit is contained in:
@@ -117,8 +117,13 @@ In order for Ansible to manage your windows machines, you will have to enable Po
|
|||||||
|
|
||||||
To automate setup of WinRM, you can run `this PowerShell script <https://github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1>`_ on the remote machine.
|
To automate setup of WinRM, you can run `this PowerShell script <https://github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1>`_ on the remote machine.
|
||||||
|
|
||||||
Admins may wish to modify this setup slightly, for instance to increase the timeframe of
|
The example script accepts a few arguments which Admins may choose to use to modify the default setup slightly, which might be appropriate in some cases.
|
||||||
the certificate.
|
|
||||||
|
Pass the -CertValidityDays option to customize the expiration date of the generated certificate.
|
||||||
|
powershell.exe -File ConfigureRemotingForAnsible.ps1 -CertValidityDays 100
|
||||||
|
|
||||||
|
Pass the -SkipNetworkProfileCheck switch to configure winrm to listen on PUBLIC zone interfaces. (Without this option, the script will fail if any network interface on device is in PUBLIC zone)
|
||||||
|
powershell.exe -File ConfigureRemotingForAnsible.ps1 -SkipNetworkProfileCheck
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
On Windows 7 and Server 2008 R2 machines, due to a bug in Windows
|
On Windows 7 and Server 2008 R2 machines, due to a bug in Windows
|
||||||
@@ -275,5 +280,3 @@ form of new modules, tweaks to existing modules, documentation, or something els
|
|||||||
Questions? Help? Ideas? Stop by the list on Google Groups
|
Questions? Help? Ideas? Stop by the list on Google Groups
|
||||||
`irc.freenode.net <http://irc.freenode.net>`_
|
`irc.freenode.net <http://irc.freenode.net>`_
|
||||||
#ansible IRC chat channel
|
#ansible IRC chat channel
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user