You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,9 @@ provisioner :
71
71
72
72
## When running on EC2 with Windows and using get-password pass the password as ansible_password variable
73
73
pass_transport_password: false
74
+
## (optional), if you want to set specific environment variables when running ansible
75
+
environment_vars:
76
+
PROXMOX_URL: https://example.com:8006
74
77
```
75
78
## Idempotency test
76
79
If you want to check your code is idempotent you can use the idempotency_test. Essentially, this will run Ansible twice and check nothing changed in the second run. If something changed it will list the tasks. Note: If your using Ansible callback in your config this might conflict.
0 commit comments