prole/infrastructure/inventory/group_vars/all.yml

21 lines
476 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: "2"
fqdn: "pi.prole.org"
- last_octet: "4"
fqdn: "raspberry.prole.org"