role_podman/defaults/main.yml

24 lines
537 B
YAML
Raw Normal View History

2023-12-21 16:30:57 +00:00
---
# defaults file for podman
2024-04-18 19:26:32 +00:00
podman_configure_rsyslog: true
2024-06-08 01:09:43 +00:00
podman_fix_pasta: true
2024-04-18 19:26:32 +00:00
2024-06-06 00:16:51 +00:00
podman_ssh_host: "{{ inventory_hostname }}"
podman_ssh_port: 22
2024-03-04 12:35:50 +00:00
podman_containers: []
2023-12-21 16:30:57 +00:00
# Exemple:
# - image: docker.io/wallabag/wallabag:latest
# name: wallbag
# userns: keep-id
# commands:
# - echo toto
2023-12-21 16:30:57 +00:00
# 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