mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:08:32 +01:00
change: unify potaris containers
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
- name: Async Icinga Service (static)
|
- name: Async Icinga Service (static)
|
||||||
template:
|
template:
|
||||||
src: async-icinga-config.json.j2
|
src: async-icinga-config.json.j2
|
||||||
dest: /data/async-icinga/
|
dest: /data/async-icinga/async-icinga-config.json
|
||||||
notify:
|
notify:
|
||||||
- reload async icinga settings
|
- reload async icinga settings
|
||||||
|
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- athq-landing
|
- athq-landing
|
||||||
- grafana
|
- grafana
|
||||||
- potaris-en
|
|
||||||
- potaris
|
- potaris
|
||||||
- sector32
|
- sector32
|
||||||
- async-icinga
|
- async-icinga
|
||||||
@@ -51,7 +50,6 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- athq-landing
|
- athq-landing
|
||||||
- grafana
|
- grafana
|
||||||
- potaris-en
|
|
||||||
- potaris
|
- potaris
|
||||||
- sector32
|
- sector32
|
||||||
- async-icinga
|
- async-icinga
|
||||||
@@ -71,7 +69,6 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- athq-landing
|
- athq-landing
|
||||||
- grafana
|
- grafana
|
||||||
- potaris-en
|
|
||||||
- potaris
|
- potaris
|
||||||
- sector32
|
- sector32
|
||||||
- async-icinga
|
- async-icinga
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
potaris:
|
|
||||||
ports:
|
|
||||||
- 5004:5000
|
|
||||||
image: registry.atlantishq.de/athq/fjsd-potaris-en
|
|
||||||
restart: always
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
potaris:
|
potaris:
|
||||||
ports:
|
ports:
|
||||||
- 5003:5000
|
- 5003:5000
|
||||||
image: registry.atlantishq.de/athq/fjsd-potaris
|
image: registry.atlantishq.de/athq/potaris
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
potaris-en:
|
||||||
|
ports:
|
||||||
|
- 5004:5000
|
||||||
|
image: registry.atlantishq.de/athq/potaris-en
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user