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_BECOME_PASS

Password to pass to sudo

Used by: containers.podman.podman_unshare become plugin

ANSIBLE_PODMAN_EXECUTABLE

Executable for podman command.

Used by: containers.podman.podman connection plugin

ANSIBLE_PODMAN_EXTRA_ARGS

Extra arguments to pass to the podman command line.

Used by: containers.podman.podman connection plugin

ANSIBLE_SUDO_EXE

Sudo executable

Used by: containers.podman.podman_unshare become plugin

ANSIBLE_SUDO_PASS

Password to pass to sudo

Used by: containers.podman.podman_unshare become plugin

ANSIBLE_SUDO_USER

User you ‘become’ to execute the task (‘root’ is not a valid value here).

Used by: containers.podman.podman_unshare become plugin