ansible-podman-collections
ansible-podman-collections copied to clipboard
Repository for Ansible content that can include playbooks, roles, modules, and plugins for use with the Podman tool
## Summary This is a basic become plugin to leverage podman unshare capabilities. ## Examples ``` - name: create file become_method: containers.podman.podman_unshare become: yes ansible.builtin.file: path: /tmp/test.file owner: 1000 group:...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** I changed the CMD in Containerfile and had the image recreated. podman_container...
/kind feature **Description** Hi, I have noticed that there is no `podman` plugin to dynamically create the Ansible inventory, while there is one for [docker](https://docs.ansible.com/ansible/latest/collections/community/docker/docker_containers_inventory.html). Is there a way to...
This is a fix for bug #355. This compares the arguments podman recieved for the currently existing container with the (effective) arguments to come. This approach was taken over parsing...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind feature **Description** In podman 4.2, the command `play kube` has been renamed to `kube...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug ansible-2.9.23-1.el7.noarch rh-python36-ansible-2.9.6-1.noarch rh-python36-ansible-runner-1.4.4-1.noarch rh-python36-ansible-tower-cli-3.3.9-1.noarch ansible-awx-9.2.0.164-1.el7.x86_64 python3-podman-4.0.0-1.module+el8.6.0+14877+f643d2d6.noarch podman-4.0.2-6.module+el8.6.0+14877+f643d2d6.x86_64 podman-catatonit-4.0.2-6.module+el8.6.0+14877+f643d2d6.x86_64 **Description** **Steps to reproduce the...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** command parameter appears to not handle quotation marks properly (or I'm ignorant...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** Rerunning container playbook with --new option in generate_systemd results in failure if...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** `containers.podman.podman_pod.generate_systemd` doesn't generates container unit files without restarting the pod. **Steps to...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** podman_container with `device` keys aren't idempotent **Steps to reproduce the issue:** This...