mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:08:33 +01:00
update: restart always & async icinga conf
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
[
|
{
|
||||||
{% for service in async_icinga_static_services %}
|
{% for service in async_icinga_static_services %}
|
||||||
{
|
"{{ service['name'] }}" : {
|
||||||
"{{ service['name'] }}" : {
|
"timeout" : "{{ service['timeout'] }}",
|
||||||
"timeout" : "{{ service['timeout'] }}",
|
"token" : "{{ service['token'] }}"
|
||||||
"token" : "{{ service['token'] }}"
|
|
||||||
}
|
|
||||||
}{% if not loop.last %},{% endif %}
|
}{% if not loop.last %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
async-icinga:
|
async-icinga:
|
||||||
volumes:
|
volumes:
|
||||||
- "/data/async-icinga/:/app/config"
|
- "/data/async-icinga/:/app/config"
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 5006:5000
|
- 5006:5000
|
||||||
image: registry.atlantishq.de/athq/async-icinga
|
image: registry.atlantishq.de/athq/async-icinga
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ athqlanding:
|
|||||||
ports:
|
ports:
|
||||||
- 5002:5000
|
- 5002:5000
|
||||||
image: registry.atlantishq.de/athq/landing-page
|
image: registry.atlantishq.de/athq/landing-page
|
||||||
|
restart: always
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ grafana:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
image: grafana/grafana-oss
|
image: grafana/grafana-oss
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/grafana:/var/lib/grafana"
|
- "/var/grafana:/var/lib/grafana"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ potaris:
|
|||||||
ports:
|
ports:
|
||||||
- 5004:5000
|
- 5004:5000
|
||||||
image: registry.atlantishq.de/athq/fjsd-potaris-en
|
image: registry.atlantishq.de/athq/fjsd-potaris-en
|
||||||
|
restart: always
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ potaris:
|
|||||||
ports:
|
ports:
|
||||||
- 5003:5000
|
- 5003:5000
|
||||||
image: registry.atlantishq.de/athq/fjsd-potaris
|
image: registry.atlantishq.de/athq/fjsd-potaris
|
||||||
|
restart: always
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ sector32:
|
|||||||
ports:
|
ports:
|
||||||
- 5001:5000
|
- 5001:5000
|
||||||
image: registry.atlantishq.de/athq/sector32
|
image: registry.atlantishq.de/athq/sector32
|
||||||
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user