sshnaidm.podman.buildah (0.1.0) — connection

Interact with an existing buildah container

Authors: Tomas Tomecek (ttomecek@redhat.com)

Install collection

Install with ansible-galaxy collection install sshnaidm.podman:==0.1.0


Add to requirements.yml

  collections:
    - name: sshnaidm.podman
      version: 0.1.0

Description

Run commands or put/fetch files to an existing container using buildah tool.

Inputs

    
remote_addr:
    default: inventory_hostname
    description:
    - The ID of the container you want to access.
    vars:
    - name: ansible_host

remote_user:
    description:
    - User specified via name or ID which is used to execute commands inside the container.
    env:
    - name: ANSIBLE_REMOTE_USER
    ini:
    - key: remote_user
      section: defaults
    vars:
    - name: ansible_user