1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00
ansible-podman-collections/.github
Sagi Shnaidman 09bb5454a9 Add podman Quadlet modules
This commit introduces two new modules for managing Podman Quadlets:

- podman_quadlet: Install and remove Podman Quadlet files
  * Supports installing single files, directories, and additional config files
  * Implements idempotent state management (present/absent)
  * Validates parameters and provides meaningful error messages
  * Default force=true for removal operations
  * Removed deprecated 'ignore' parameter in favor of built-in idempotency

- podman_quadlet_info: Gather information about installed Quadlets
  * Lists all installed quadlets or prints specific quadlet content
  * Supports filtering by quadlet kinds (container, pod, network, etc.)
  * Provides detailed quadlet metadata including status and paths

Key features:
- Shared utilities in module_utils/podman/quadlet.py for code reuse
- Comprehensive integration tests for both modules
- Full idempotency support for all operations
- Proper handling of edge cases (missing files, malformed quadlets, etc.)
- Check mode support for safe dry-run operations
- Extensive documentation and examples

The modules use relative imports for module_utils to support local
development and testing with the containers.podman collection.

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2026-02-02 18:10:59 +02:00
..
actions/setup-ansible-collection Rewrite podman and buildah connections (#962) 2025-09-11 20:35:09 +03:00
ISSUE_TEMPLATE Add template based issue and PR (#954) 2025-07-31 16:56:09 +03:00
workflows Add podman Quadlet modules 2026-02-02 18:10:59 +02:00
dependabot.yml Check for gha updates weekly using dependabot (#490) 2022-10-25 04:17:10 +03:00
FUNDING.yml Create a sponsorship file (#466) 2022-08-29 01:44:46 +03:00
pull_request_template.md Fix PR template (#956) 2025-07-31 17:14:34 +03:00