From 93cd7e40bcb5ce2ba4b994abcef953b082159406 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 6 Jul 2020 12:23:29 -0700 Subject: [PATCH] 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 --- website/pages/docs/provisioners/ansible.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/pages/docs/provisioners/ansible.mdx b/website/pages/docs/provisioners/ansible.mdx index 91018cae9..fad122bcb 100644 --- a/website/pages/docs/provisioners/ansible.mdx +++ b/website/pages/docs/provisioners/ansible.mdx @@ -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`