Add Grafana running in Podman

This commit is contained in:
Thomas Kleinendorst 2024-09-18 14:33:20 +02:00
parent 79913e9d03
commit b2acd918b5
4 changed files with 47 additions and 9 deletions

View file

@ -65,6 +65,7 @@
name: "{{ podman_container_name }}"
image: "{{ podman_container_image }}:{{ podman_container_tag }}"
restart_policy: always
user: root # Still isolated from host system 👍
hostname: "{{ ansible_facts['hostname'] }}"
publish: "{{ podman_container_publish }}"
env: "{{ podman_container_env }}"