ansible/log.yml
2021-11-22 18:12:27 +01:00

11 lines
149 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts: log.adm.auro.re
roles:
- rsyslog_collector
- hosts: all,!unifi
roles:
- rsyslog_common
...