added the builders that set_winrm_passwd works with

This commit is contained in:
Levi Blaney 2018-07-16 17:26:38 -04:00 committed by GitHub
parent 17074cda2c
commit a5493e4906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -128,9 +128,11 @@ Optional Parameters:
- `user` (string) - The `ansible_user` to use. Defaults to the user running - `user` (string) - The `ansible_user` to use. Defaults to the user running
packer. packer.
- `set_winrm_passwd` (boolean) - Set to `true` to access the randomly-generated - `set_winrm_passwd` (boolean) - Set to `true` if you are running on AWS, Azure or
EC2 Windows password through the environment variable `GENERATED_WINRM_PASSWORD`. Google Compute and would like to access the generated password that Packer uses to
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 on the builder
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') }}"` `ansible_password: "{{ lookup('env','GENERATED_WINRM_PASSWORD') }}"`
## Default Extra Variables ## Default Extra Variables