Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit bbd5f88

Browse files
committed
Add environment_vars documentation
1 parent b894192 commit bbd5f88

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ provisioner :
7171

7272
## When running on EC2 with Windows and using get-password pass the password as ansible_password variable
7373
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
7477
```
7578
## Idempotency test
7679
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

Comments
 (0)