wip: async icinga & docker compose

This commit is contained in:
2023-01-05 17:09:45 +01:00
parent df84c6be30
commit f8767026a9
5 changed files with 72 additions and 15 deletions

View File

@@ -7,6 +7,10 @@
- { role : monitoring-influx, tags : [ "influx" ] }
- { role : base, tags : [ "base" ] }
- hosts: kube1
roles:
- { role : docker-deployments,tags : [ "docker", "kube1" ] }
- hosts: monitoring
roles:
- { role : monitoring-master, tags : [ "monitoring-master", "icinga", "grafana" ] }