- Docs »
- containers.podman.buildah – Interact with an existing buildah container
-
You are reading the latest community version of the Ansible documentation. Red Hat subscribers, select 2.9 in the version selection to the left for the most recent Red Hat release.
containers.podman.buildah – Interact with an existing buildah container
Note
This plugin is part of the containers.podman collection (version 1.5.0).
To install it use: ansible-galaxy collection install containers.podman
.
To use it in a playbook, specify: containers.podman.buildah
.
Parameter |
Choices/Defaults |
Configuration |
Comments |
remote_addr
string
|
Default:
"inventory_hostname"
|
var: ansible_host
|
The ID of the container you want to access.
|
remote_user
string
|
|
ini entries:
[defaults] remote_user = None
env:ANSIBLE_REMOTE_USER
var: ansible_user
|
User specified via name or ID which is used to execute commands inside the container.
|