You've already forked role_podman
feat: Move from Debian to Fedora
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
|
||||
# Packages to install to run podman
|
||||
podman_packages:
|
||||
- dbus-user-session
|
||||
- passt
|
||||
- podman
|
||||
- systemd-container
|
||||
- uidmap
|
||||
- policycoreutils-python-utils # to manage SELinux
|
||||
|
||||
# Dedicated user
|
||||
podman_user: podman
|
||||
podman_user_homedir: /home/{{ podman_user }}
|
||||
|
||||
# Enable container auto-update
|
||||
podman_auto_update: true
|
||||
|
||||
# Define pods
|
||||
podman_pods: []
|
||||
|
||||
# Define containers
|
||||
podman_containers: []
|
||||
# List of quadlets to deploy
|
||||
podman_quadlets: []
|
||||
# Example:
|
||||
# podman_quadlets:
|
||||
# - uptime-kuma.network
|
||||
# - uptime-kuma.container
|
||||
# - signal-cli-rest-api.container
|
||||
|
||||
Reference in New Issue
Block a user