32 lines
563 B
YAML
32 lines
563 B
YAML
---
|
|
# defaults file for podman
|
|
|
|
# Packages to install to run podman
|
|
podman_packages:
|
|
- 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: []
|