changed wording from builder to provisoner
This commit is contained in:
parent
a5493e4906
commit
f5e17d1cad
@ -130,9 +130,9 @@ Optional Parameters:
|
|||||||
|
|
||||||
- `set_winrm_passwd` (boolean) - Set to `true` if you are running on AWS, Azure or
|
- `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
|
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
|
connect to the instance via WinRM. The password will be avaliable to the Ansible
|
||||||
through the environment variable `GENERATED_WINRM_PASSWORD`. You will also need to
|
provisioner through the environment variable `GENERATED_WINRM_PASSWORD`. You will
|
||||||
set `ansible_password` in your ansible playbook, for example,
|
also need to set `ansible_password` in your ansible playbook, for example,
|
||||||
`ansible_password: "{{ lookup('env','GENERATED_WINRM_PASSWORD') }}"`
|
`ansible_password: "{{ lookup('env','GENERATED_WINRM_PASSWORD') }}"`
|
||||||
|
|
||||||
## Default Extra Variables
|
## Default Extra Variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user