1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Add author

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2025-08-13 16:45:49 +03:00
parent 2879b6ceb4
commit abbdcf986b
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@ DOCUMENTATION = r"""
name: buildah_containers
short_description: Inventory plugin that discovers Buildah working containers as hosts
version_added: '1.18.0'
author:
- "Sagi Shnaidman (@sshnaidm)"
description:
- Discover Buildah working containers on the local host and add them as inventory hosts.
- Each discovered host is assigned the Buildah connection plugin so tasks execute inside the working container.

View file

@ -9,6 +9,8 @@ DOCUMENTATION = r"""
name: podman_containers
short_description: Inventory plugin that discovers Podman containers as hosts
version_added: '1.18.0'
author:
- "Sagi Shnaidman (@sshnaidm)"
description:
- Discover running (and optionally stopped) Podman containers on the local host and add them as inventory hosts.
- Each discovered host is assigned an Ansible connection plugin so tasks execute inside the container without SSH.