You've already forked role_podman
refacto: Rewriting for Debian Sid
This commit is contained in:
@@ -1,25 +1,24 @@
|
||||
---
|
||||
# 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_fix_pasta: true
|
||||
|
||||
podman_ssh_host: "{{ inventory_hostname }}"
|
||||
podman_ssh_port: 22
|
||||
|
||||
podman_auto_update: true
|
||||
|
||||
podman_pods: []
|
||||
podman_containers: []
|
||||
# Exemple:
|
||||
# - image: docker.io/wallabag/wallabag:latest
|
||||
# name: wallbag
|
||||
# userns: keep-id
|
||||
# commands:
|
||||
# - echo toto
|
||||
# volumes:
|
||||
# - wallbag-data:/var/www/wallabag/data
|
||||
# - wallbag-image:/var/www/wallabag/web/assets/images
|
||||
# ports:
|
||||
# - 80:80/tcp
|
||||
# environment_vars:
|
||||
# - SYMFONY__ENV__DOMAIN_NAME=https://wallbag.ykn.fr
|
||||
|
Reference in New Issue
Block a user