Merge pull request 'chore/pin-uptimekuma-version' (!220) from chore/pin-uptimekuma-version into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#220
This commit is contained in:
commit
37df78fc2a
2 changed files with 7 additions and 1 deletions
|
@ -456,6 +456,8 @@
|
|||
state: directory
|
||||
with_items:
|
||||
- "{{ data_dir }}/uptime-kuma"
|
||||
tags:
|
||||
- uptimekuma
|
||||
|
||||
- name: Ensure container for uptime-kuma is running
|
||||
docker_container:
|
||||
|
@ -471,6 +473,8 @@
|
|||
TZ: "{{ timezone }}"
|
||||
volumes:
|
||||
- "{{ data_dir }}/uptime-kuma:/app/data"
|
||||
tags:
|
||||
- uptimekuma
|
||||
|
||||
- name: Setup proxy site "{{ uptimekuma_domain_name }}"
|
||||
include_role:
|
||||
|
@ -478,6 +482,8 @@
|
|||
vars:
|
||||
site_name: "{{ uptimekuma_domain_name }}"
|
||||
proxy_port: "{{ uptimekuma_host_port }}"
|
||||
tags:
|
||||
- uptimekuma
|
||||
|
||||
- name: Ensure the grafana directories exist
|
||||
file:
|
||||
|
|
|
@ -48,7 +48,7 @@ prosody_data_dir: "{{ data_dir }}/prosody"
|
|||
|
||||
uptimekuma_host_port: 8085
|
||||
uptimekuma_domain_name: uptime.n39.eu
|
||||
uptimekuma_image: louislam/uptime-kuma:1
|
||||
uptimekuma_image: louislam/uptime-kuma:1.23.2
|
||||
|
||||
grafana_host_port: 8089
|
||||
grafana_domain_name: grafana.n39.eu
|
||||
|
|
Loading…
Reference in a new issue