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).
- FOREMAN_CALLBACK_DISABLE
Toggle to make the callback plugin disable itself even if it is loaded.
It can be set to ‘1’ to prevent the plugin from being used even if it gets loaded.
- FOREMAN_DIR_STORE
When set, callback does not perform HTTP calls but stores results in a given directory.
For each report, new file in the form of SEQ_NO-hostname.json is created.
For each facts, new file in the form of SEQ_NO-hostname.json is created.
The value must be a valid directory.
This is meant for debugging and testing purposes.
When set to blank (default) this functionality is turned off.
- FOREMAN_PASSWORD
Password of the user accessing the Foreman server.
- FOREMAN_PROXY_URL
URL of the Foreman Smart Proxy server.
- FOREMAN_REPORT_TYPE
endpoint type for reports: foreman or proxy
- FOREMAN_SERVER
URL of the Foreman server.
Used by: redhat.satellite.foreman callback plugin, redhat.satellite.foreman inventory plugin
- FOREMAN_SERVER_URL
URL of the Foreman server.
Used by: redhat.satellite.foreman callback plugin, redhat.satellite.foreman inventory plugin
- FOREMAN_SSL_CERT
X509 certificate to authenticate to Foreman if https is used
- FOREMAN_SSL_KEY
the corresponding private key
- FOREMAN_SSL_VERIFY
Toggle to decide whether to verify the Foreman certificate.
It can be set to ‘1’ to verify SSL certificates using the installed CAs or to a path pointing to a CA bundle.
Set to ‘0’ to disable certificate checking.
- FOREMAN_URL
URL of the Foreman server.
Used by: redhat.satellite.foreman callback plugin, redhat.satellite.foreman inventory plugin
- FOREMAN_USER
Username accessing the Foreman server.
- FOREMAN_USERNAME
Username accessing the Foreman server.
- FOREMAN_VALIDATE_CERTS
Whether or not to verify the TLS certificates of the Foreman server.