25 lines
364 B
YAML
25 lines
364 B
YAML
---
|
|
# defaults file for podman
|
|
|
|
podman_packages:
|
|
- catatonit
|
|
- dbus-user-session
|
|
- passt
|
|
- podman
|
|
- podman-docker
|
|
- uidmap
|
|
- systemd-container
|
|
podman_fix_pasta: false
|
|
|
|
podman_user: podman
|
|
|
|
podman_configure_rsyslog: true
|
|
|
|
podman_ssh_host: "{{ inventory_hostname }}"
|
|
podman_ssh_port: 22
|
|
|
|
podman_auto_update: true
|
|
|
|
podman_pods: []
|
|
podman_containers: []
|