35 lines
625 B
YAML
35 lines
625 B
YAML
---
|
|
# defaults file for podman
|
|
|
|
# Packages to install to run podman
|
|
podman_packages:
|
|
- crun
|
|
- podman
|
|
- systemd-container
|
|
# - dbus-user-session
|
|
## - containernetworking-dnsname
|
|
# - containernetworking-plugins
|
|
## - containernetworking-podman-machine
|
|
# - dbus-user-session
|
|
# - passt
|
|
# - podman
|
|
## - podman-aardvark-dns
|
|
## - podman-docker
|
|
## - podman-gvproxy
|
|
## - podman-netavark
|
|
# - python3-podman-compose
|
|
# - uidmap
|
|
# - systemd-container
|
|
|
|
# Dedicated user
|
|
podman_user: podman
|
|
|
|
# Enable container auto-update
|
|
podman_auto_update: true
|
|
|
|
# Define pods
|
|
podman_pods: []
|
|
|
|
# Define containers
|
|
podman_containers: []
|