changed wording from builder to provisoner

This commit is contained in:
Levi Blaney 2018-07-16 19:13:05 -04:00 committed by GitHub
parent a5493e4906
commit f5e17d1cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,9 +130,9 @@ Optional Parameters:
- `set_winrm_passwd` (boolean) - Set to `true` if you are running on AWS, Azure or
Google Compute and would like to access the generated password that Packer uses to
connect to the instance via WinRM. The password will be avaliable on the builder
through the environment variable `GENERATED_WINRM_PASSWORD`. You will also need to
set `ansible_password` in your ansible playbook, for example,
connect to the instance via WinRM. The password will be avaliable to the Ansible
provisioner through the environment variable `GENERATED_WINRM_PASSWORD`. You will
also need to set `ansible_password` in your ansible playbook, for example,
`ansible_password: "{{ lookup('env','GENERATED_WINRM_PASSWORD') }}"`
## Default Extra Variables