ansible-ops-management/vars/syslog.yml

9 lines
167 B
YAML

---
# remote_rsyslog_host: set in playbook for now, please.
allowed_rsyslog_clients:
- "10.32.0.0/16"
- "10.61.0.0/16"
- "*.rockylinux.org"
- "*.resf.org"
...