- Docs »
- containers.podman.buildah – Interact with an existing buildah container
-
You are reading an older version of the Ansible documentation. Use the version selection to the left if you want the latest stable released version.
containers.podman.buildah – Interact with an existing buildah container
Note
This plugin is part of the containers.podman collection (version 1.4.1).
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.
|