mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:54:32 +00:00
- Add `Linux_Hosts` group in inventory with child nodes. - Update `site.yml` to apply `rsyslog` role to `Linux_Hosts` with privilege escalation.
18 lines
278 B
YAML
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
|