Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ host_key_checking = False
retry_files_enabled = False
stdout_callback = skippy
timeout = 60
ansible_winrm_read_timeout_sec = 100
2 changes: 1 addition & 1 deletion my_windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"type": "powershell"
},
{
"command": "ansible-playbook --connection=winrm --extra-vars='ansible_winrm_server_cert_validation=ignore packer_build_name={{ user `name` }} ansible_password='{{ user `winrm_password` }}'' -i 127.0.0.1, ansible/site.yml",
"command": "ansible-playbook --connection=winrm --extra-vars='packer_build_name={{ user `name` }} ansible_password='{{ user `winrm_password` }}' ansible_winrm_server_cert_validation=ignore ansible_winrm_read_timeout_sec=100' -i 127.0.0.1, ansible/site.yml",
"environment_vars": [
"ANSIBLE_CONFIG=ansible/ansible.cfg",
"ANSIBLE_REMOTE_PORT={{ build `Port` }}",
Expand Down
2 changes: 1 addition & 1 deletion windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"type": "powershell"
},
{
"command": "ansible-playbook --connection=winrm --extra-vars='ansible_winrm_server_cert_validation=ignore packer_build_name={{ user `name` }} ansible_password='{{ user `winrm_password` }}'' -i 127.0.0.1, ansible/win-simple.yml",
"command": "ansible-playbook --connection=winrm --extra-vars='packer_build_name={{ user `name` }} ansible_password='{{ user `winrm_password` }}' ansible_winrm_server_cert_validation=ignore ansible_winrm_read_timeout_sec=100' -i 127.0.0.1, ansible/win-simple.yml",
"environment_vars": [
"ANSIBLE_CONFIG=ansible/ansible.cfg",
"ANSIBLE_REMOTE_PORT={{ build `Port` }}",
Expand Down