Update podman role
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user