prole/infrastructure/playbooks/site.yml
chrisfu a6cc1173e9 ansible: update inventory and configure rsyslog for Linux hosts
- Add `Linux_Hosts` group in inventory with child nodes.
- Update `site.yml` to apply `rsyslog` role to `Linux_Hosts` with privilege escalation.
2026-01-20 22:16:32 -08:00

18 lines
278 B
YAML

---
- name: Pi-hole DNS and resilience configuration
hosts: pihole
become: true
roles:
- pihole_dns
- name: Samba AD DNS reverse zones and PTRs
hosts: ad_dc
become: true
roles:
- samba_reverse_dns
- hosts: Linux_Hosts
become: true
roles:
- rsyslog