🧑💻 add ansible tag to uptimekuma jobs
This commit is contained in:
parent
f01f922c99
commit
1788fd3d27
1 changed files with 6 additions and 0 deletions
|
@ -456,6 +456,8 @@
|
||||||
state: directory
|
state: directory
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ data_dir }}/uptime-kuma"
|
- "{{ data_dir }}/uptime-kuma"
|
||||||
|
tags:
|
||||||
|
- uptimekuma
|
||||||
|
|
||||||
- name: Ensure container for uptime-kuma is running
|
- name: Ensure container for uptime-kuma is running
|
||||||
docker_container:
|
docker_container:
|
||||||
|
@ -471,6 +473,8 @@
|
||||||
TZ: "{{ timezone }}"
|
TZ: "{{ timezone }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ data_dir }}/uptime-kuma:/app/data"
|
- "{{ data_dir }}/uptime-kuma:/app/data"
|
||||||
|
tags:
|
||||||
|
- uptimekuma
|
||||||
|
|
||||||
- name: Setup proxy site "{{ uptimekuma_domain_name }}"
|
- name: Setup proxy site "{{ uptimekuma_domain_name }}"
|
||||||
include_role:
|
include_role:
|
||||||
|
@ -478,6 +482,8 @@
|
||||||
vars:
|
vars:
|
||||||
site_name: "{{ uptimekuma_domain_name }}"
|
site_name: "{{ uptimekuma_domain_name }}"
|
||||||
proxy_port: "{{ uptimekuma_host_port }}"
|
proxy_port: "{{ uptimekuma_host_port }}"
|
||||||
|
tags:
|
||||||
|
- uptimekuma
|
||||||
|
|
||||||
- name: Ensure the grafana directories exist
|
- name: Ensure the grafana directories exist
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue