blob: 8474e00ccbf3c1a12dc88ccac2dbfbbd00394271 [file] [log] [blame]
---
# file: group_vars/cord.yml
# VM networks/bridges on head
virt_nets:
- name: mgmtbr
ipv4_prefix: 192.168.123
head_vms: true
# site domain suffix
site_suffix: cordtest.opencloud.us
# resolv.conf settings
dns_search:
- cordtest.opencloud.us
# NSD/Unbound settings
nsd_zones:
- name: cordtest.opencloud.us
ipv4_first_octets: 192.168.123
name_reverse_unbound: "168.192.in-addr.arpa"
soa: ns1
ns:
- { name: ns1 }
nodelist: head_vm_list
# If true, unbound listens on the head node's `ansible_default_ipv4` interface
unbound_listen_on_default: True