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_BUILDAH_EXECUTABLE

See the documentations for the options where this environment variable is used.

Used by: containers.podman.buildah connection plugin, containers.podman.buildah_containers inventory plugin

ANSIBLE_BUILDAH_EXTRA_ARGS

Extra arguments to pass to the buildah command line.

Used by: containers.podman.buildah connection plugin

ANSIBLE_BUILDAH_HOST

The ID or name of the buildah working container you want to access.

Used by: containers.podman.buildah connection plugin

ANSIBLE_BUILDAH_MOUNT_DETECTION

Enable automatic detection and use of container mount points for file operations.

Used by: containers.podman.buildah connection plugin

ANSIBLE_BUILDAH_TIMEOUT

Timeout in seconds for container operations. 0 means no timeout.

Used by: containers.podman.buildah connection plugin

ANSIBLE_BUILDAH_WORKING_DIRECTORY

Set working directory for commands executed in the container.

Used by: containers.podman.buildah connection plugin

ANSIBLE_PODMAN_EXECUTABLE

See the documentations for the options where this environment variable is used.

Used by: containers.podman.podman connection plugin, containers.podman.podman_containers inventory plugin

ANSIBLE_PODMAN_EXTRA_ARGS

Extra arguments to pass to the podman command line.

Used by: containers.podman.podman connection plugin

ANSIBLE_PODMAN_HOST

The ID or name of the container you want to access.

Used by: containers.podman.podman connection plugin

ANSIBLE_PODMAN_MOUNT_DETECTION

Enable automatic detection and use of container mount points for file operations.

Used by: containers.podman.podman connection plugin

ANSIBLE_PODMAN_TIMEOUT

Timeout in seconds for container operations. 0 means no timeout.

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