1
0
Fork 0
forked from infra/ansible
ansible/roles/awx/podman
Ryan Lerch 89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
..
defaults AWX: Initial configuration 2023-07-26 13:34:08 +02:00
tasks Fix majority of remaining yamllint warnings and errors 2024-11-28 17:31:45 +10:00
vars AWX: Initial configuration 2023-07-26 13:34:08 +02:00
README.md AWX: Initial configuration 2023-07-26 13:34:08 +02:00

Ansible Role: Podman

Installs and configures Podman on RHEL/CentOS/Fedora servers.

Role Variables

Available variables are listed below, along with default values.


podman_user: 'podman'
podman_group: 'podman'

The user and group under which podman will be configured.


default_runtime: 'crun'

The default container runtime to use for Podman.


default_cgroup_manager: 'cgroupfs'

The default cgroup manager to use for Podman.


License

Apache 2