blob: 87702210ab41accbd66c8f1bf1e6960fc3b5eb71 [file] [log] [blame]
Zack Williamsef434f82016-04-07 17:15:39 -07001---
2# file: group_vars/aztest.yml
3
Zack Williamsc59b6b22016-04-11 12:49:10 -07004# VM networks/bridges on head
5virt_nets:
6 - name: mgmtbr
7 ipv4_prefix: 192.168.123
8 head_vms: true
Zack Williamsef434f82016-04-07 17:15:39 -07009
10# site domain suffix
11site_suffix: cordtest.opencloud.us
12
Zack Williamsc59b6b22016-04-11 12:49:10 -070013# resolv.conf settings
14dns_search:
15 - cordtest.opencloud.us
Zack Williamsef434f82016-04-07 17:15:39 -070016
Zack Williamsc59b6b22016-04-11 12:49:10 -070017# NSD/Unbound settings
Zack Williamsef434f82016-04-07 17:15:39 -070018nsd_zones:
19 - name: cordtest.opencloud.us
Zack Williamsc59b6b22016-04-11 12:49:10 -070020 ipv4_first_octets: 192.168.123
Zack Williamsef434f82016-04-07 17:15:39 -070021 name_reverse_unbound: "168.192.in-addr.arpa"
22 soa: ns1
23 ns:
24 - { name: ns1 }
25 nodelist: head_vm_list
26
Zack Williamsc59b6b22016-04-11 12:49:10 -070027# If true, unbound listens on the head node's `ansible_default_ipv4` interface
28unbound_listen_on_default: True
Zack Williamsef434f82016-04-07 17:15:39 -070029
30