add note about ansibles configuration powershell script in our docs (#9526)
* add note about ansibles configuration powershell script in our docs * Update website/pages/docs/provisioners/ansible.mdx Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
b02a2b1c27
commit
93cd7e40bc
|
@ -150,6 +150,11 @@ connection to chroot and running Ansible as root/sudo.
|
|||
|
||||
There are two possible methods for using ansible with the WinRM communicator.
|
||||
|
||||
Please note that if you're having trouble getting Ansible to connect, you may
|
||||
want to take a look at the script that the Ansible project provides to help
|
||||
configure remoting for Ansible:
|
||||
https://github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1
|
||||
|
||||
#### Method 1 (recommended)
|
||||
|
||||
The recommended way to use the WinRM communicator is to set `"use_proxy": false`
|
||||
|
|
Loading…
Reference in New Issue