mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:04:31 +00:00
30 lines
468 B
YAML
30 lines
468 B
YAML
---
|
|
- name: iSCSI hosts and filesystem mounts
|
|
hosts: iscsi
|
|
become: true
|
|
roles:
|
|
- iscsi
|
|
|
|
- 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:
|
|
- local_user
|
|
- rsyslog
|
|
|
|
- name: K3s Cluster Setup
|
|
hosts: k3s_hosts
|
|
become: true
|
|
roles:
|
|
- k3s |