Index of all Collection Environment Variables
The following index documents all environment variables declared by plugins in collections. Environment variables used by the ansible-core configuration are documented in Ansible Configuration Settings.
- ANSIBLE_INVENTORY_USE_EXTRA_VARS
Merge extra vars into the available variables for composition (highest precedence).
- OA_PASSWORD
Password for logging into the API.
Avoid storing sensitive data in clear text by using inline encrypted variables.
e.g.
ansible-vault encrypt_string 'this-is-a-realpassword!' --name oa_password --ask-vault-passAt this early stage full encrypted vault files are not accessible.
If the environment variable
OA_PASSWORDis set it will be used instead (i.e. the environment var wins).
- OA_USERNAME
Username for logging into the API.
Avoid storing sensitive data in clear text by using inline encrypted variables.
e.g.
ansible-vault encrypt_string 'this-is-a-real-username' --name oa_username --ask-vault-passAt this early stage full encrypted vault files are not accessible.
If the environment variable
OA_USERNAMEis set it will be used instead (i.e. the environment var wins).