Add 'roles/ensure_podman/' from commit 'f1fc80e5dec185363d9a4cc630e8c61769fbf766'

git-subtree-dir: roles/ensure_podman
git-subtree-mainline: 60a96a7c97
git-subtree-split: f1fc80e5de
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'