mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-03 23:01:48 +00:00
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> |
||
|---|---|---|
| .. | ||
| connection | ||
| connection_buildah | ||
| connection_buildah_advanced | ||
| connection_podman | ||
| connection_podman_advanced | ||
| podman_container/tasks | ||
| podman_container_copy/tasks | ||
| podman_container_exec/tasks | ||
| podman_container_idempotency | ||
| podman_container_info/tasks | ||
| podman_containers/tasks | ||
| podman_export/tasks | ||
| podman_generate_systemd/tasks | ||
| podman_image | ||
| podman_image_info/tasks | ||
| podman_import/tasks | ||
| podman_load/tasks | ||
| podman_login/tasks | ||
| podman_login_info/tasks | ||
| podman_logout/tasks | ||
| podman_network/tasks | ||
| podman_network_info/tasks | ||
| podman_play/tasks | ||
| podman_pod/tasks | ||
| podman_pod_info/tasks | ||
| podman_prune/tasks | ||
| podman_quadlet/tasks | ||
| podman_quadlet_info/tasks | ||
| podman_runlabel | ||
| podman_save/tasks | ||
| podman_search/tasks | ||
| podman_secret/tasks | ||
| podman_secret_info/tasks | ||
| podman_system_connection/tasks | ||
| podman_system_connection_info/tasks | ||
| podman_system_info/tasks | ||
| podman_tag/tasks | ||
| podman_volume/tasks | ||
| podman_volume_info/tasks | ||
| __init__.py | ||