prole/infrastructure/inventory/group_vars/all.yml
chrisfu 59cc9f7edf Update K3s and Samba DNS configurations
- Change K3s service to be stopped and disabled by default.
- Adjust PTR records in the inventory to ensure correct FQDN mappings.
- Refactor Samba DNS task to use include_tasks for PTR records.
2026-01-23 20:33:17 -08:00

25 lines
564 B
YAML

---
ansible_user: ansible
ansible_ssh_private_key_file: "~/.ssh/id_ed25519_ansible"
ansible_become: true
ansible_become_method: sudo
# DNS topology vars shared across roles
prole_domain: "prole.org"
ad_dc_ip: "10.0.0.3"
lan_reverse_zone: "0.0.10.in-addr.arpa"
# Seed PTRs (adjust octets to match your actual IPs)
ptr_records:
- last_octet: "3"
fqdn: "myrddin.prole.org"
- last_octet: "4"
fqdn: "raspberry.prole.org"
- last_octet: "5"
fqdn: "pi.prole.org"
- last_octet: "207"
fqdn: "retropie.prole.org"
rsyslog_server: myrddin.prole.org