mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-11 16:58:33 +01:00
11 lines
278 B
YAML
11 lines
278 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- { role : monitoring-client, tags : [ "monitoring", "monitoring-client", "client"] }
|
|
- { role : sshd-config, tags : [ "sshd" ] }
|
|
- { role : rsyslog, tags : [ "rsyslog" ] }
|
|
|
|
- hosts: monitoring
|
|
roles:
|
|
- monitoring-master
|