mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:51:37 +01:00
13 lines
452 B
YAML
13 lines
452 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- { role : monitoring-client, tags : [ "monitoring", "monitoring-client", "client"] }
|
|
- { role : sshd-config, tags : [ "sshd" ] }
|
|
- { role : rsyslog, tags : [ "rsyslog" ] }
|
|
- { role : monitoring-influx, tags : [ "influx" ] }
|
|
- { role : base, tags : [ "base" ] }
|
|
|
|
- hosts: monitoring
|
|
roles:
|
|
- { role : monitoring-master, tags : [ "monitoring-master", "icinga", "grafana" ] }
|