Update podman role

This commit is contained in:
Daniel Akulenok
2025-09-09 12:35:00 +02:00
parent ad681951fd
commit 50fdc3689b
9 changed files with 96 additions and 78 deletions

View File

@@ -2,10 +2,14 @@
# defaults file for podman
# Package installation
podman_install_from_repo: true
podman_packages:
- podman
- crun
- buildah
- skopeo
- fuse-overlayfs
- slirp4netns
- uidmap
# Podman configuration
podman_configure_registries: true
@@ -626,8 +630,8 @@ podman_systemd_options:
wants: []
after: []
requires: []
container_prefix: ""
pod_prefix: ""
container_prefix: "container-"
pod_prefix: "pod-"
restart_sec: 30
### Prune Configuration