mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:08:32 +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
|