add https ingress for grafana

This commit is contained in:
David Kilias 2022-11-07 20:24:21 +01:00
parent 85c0c6af4e
commit cbf8cce0d3
3 changed files with 3 additions and 2 deletions

View file

@ -29,6 +29,7 @@
- name: influx.n39.eu
local: true
- name: uptime.n39.eu
- name: grafana.n39.eu
- server: radon
hosts:
- name: nodered.n39.eu

View file

@ -388,7 +388,7 @@
state: directory
with_items:
- "{{ data_dir }}/grafana"
- name: Ensure container for grafana is running
docker_container:
name: grafana

View file

@ -35,6 +35,6 @@ jabber_host_port: 8086
uptimekuma_host_port: 8085
grafana_host_port: 8086
grafana_host_port: 8089
grafana_domain_name: grafana.n39.eu
grafana_admin_password: "{{ vault_grafana_admin_password }}"