mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 10:28:32 +01:00
feat: new async icinga
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
name: /data/async-icinga
|
||||
state: directory
|
||||
|
||||
- name: Async Icinga Service (static)
|
||||
template:
|
||||
src: async-config.json.j2
|
||||
dest: /data/async-icinga/config.json
|
||||
notify:
|
||||
- reload async icinga settings
|
||||
|
||||
- name: Async Icinga Service (static)
|
||||
template:
|
||||
src: async-icinga-config.json.j2
|
||||
@@ -141,6 +148,7 @@
|
||||
- tmnf-replay-server
|
||||
- atlantis-hub
|
||||
- grafana
|
||||
- async-icinga
|
||||
|
||||
- name: include services ports
|
||||
include_vars: services.yaml
|
||||
@@ -153,6 +161,7 @@
|
||||
- tmnf-replay-server
|
||||
- atlantis-hub
|
||||
- grafana
|
||||
- async-icinga
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
@@ -162,3 +171,4 @@
|
||||
- tmnf-replay-server
|
||||
- atlantis-hub
|
||||
- grafana
|
||||
- async-icinga
|
||||
|
||||
Reference in New Issue
Block a user