ansible-podman-collections icon indicating copy to clipboard operation
ansible-podman-collections copied to clipboard

Repository for Ansible content that can include playbooks, roles, modules, and plugins for use with the Podman tool

Results 116 ansible-podman-collections issues
Sort by recently updated
recently updated
newest added

when i create a container with an argument for 'users' i get the following error: ``` fatal: [gitlab_dev]: FAILED! => {"changed": false, "msg": "Can't run container nginx.main", "stderr": "Error: unable...

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind feature **Description** `become` does not work in podman containers. I use containers to test...

enhancement

/kind feature **Description** Being able to use a direct transfer via image scp (without registry) would be very useful https://docs.podman.io/en/latest/markdown/podman-image-scp.1.html

enhancement

The commit in this PR implements support for port ranges when using podman_container and podman_pod. I've run the tests locally with podman 5.0.3 and 4.9.4.

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind feature **Description** On containers.podman.podman_container module there is no option for `--pull` , this is...

enhancement

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** The _containers.podman.podman_secret_ module does not use the default driver _file_ correctly. The...

/kind feature **Description** When the state is set to be absent, and quadlet options are set, the expected behavior would be to both remove the quadlet file and podman resource....

enhancement