Add 'roles/ensure_podman/' from commit 'b1d5b6cc7554cabe223c6cda4433a54cea06ec48'

git-subtree-dir: roles/ensure_podman
git-subtree-mainline: 84858ae442
git-subtree-split: b1d5b6cc75
This commit is contained in:
2026-05-10 21:37:09 -05:00
27 changed files with 679 additions and 0 deletions
@@ -0,0 +1,13 @@
---
# vars file for ensure_podman
package_list:
- name: 'cockpit-podman'
state: 'present'
- name: 'podman'
state: 'present'
- name: 'podman-compose'
state: 'present'
service_list:
- name: 'podman.socket'
state: 'started'
enabled: 'yes'