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).

Used by: sedi.openaudit.inventory inventory plugin

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-pass

At this early stage full encrypted vault files are not accessible.

If the environment variable OA_PASSWORD is set it will be used instead (i.e. the environment var wins).

Used by: sedi.openaudit.inventory inventory plugin

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-pass

At this early stage full encrypted vault files are not accessible.

If the environment variable OA_USERNAME is set it will be used instead (i.e. the environment var wins).

Used by: sedi.openaudit.inventory inventory plugin