Files
no-secrets-athq-ansible/playbook.yaml
2023-01-03 21:49:28 +01:00

12 lines
377 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" ] }
- hosts: monitoring
roles:
- { role : monitoring-master, tags : [ "monitoring-master" ] }