blob: c56f09271027097d1c6754ee2fcfd6fc184be4f3 [file] [log] [blame]
Zack Williams391ddab2016-03-15 09:55:19 -07001---
2# file: group_vars/aztest.yml
3
Zack Williams709f11b2016-03-17 14:29:51 -07004# IP prefix for VMs
Zack Williamsebfc3602016-04-12 10:38:57 -07005virt_nets:
6 - name: mgmtbr
7 ipv4_prefix: 192.168.250
8 head_vms: true
Zack Williams709f11b2016-03-17 14:29:51 -07009
10# site domain suffix
11site_suffix: aztest.infra.opencloud.us
Zack Williams391ddab2016-03-15 09:55:19 -070012
Zack Williamsebfc3602016-04-12 10:38:57 -070013# resolv.conf settings
14dns_search:
15 - aztest.infra.opencloud.us
16 - opencloud.cs.arizona.edu
17
Zack Williams391ddab2016-03-15 09:55:19 -070018# NSD/Unbound settings
19
20nsd_zones:
21 - name: aztest.infra.opencloud.us
22 ipv4_first_octets: 192.168.250
23 name_reverse_unbound: "168.192.in-addr.arpa"
24 soa: ns1
25 ns:
26 - { name: ns1 }
27 nodelist: head_vm_list
28
Zack Williamsebfc3602016-04-12 10:38:57 -070029# If true, unbound listens on the head node's `ansible_default_ipv4` interface
30unbound_listen_on_default: True
Zack Williams709f11b2016-03-17 14:29:51 -070031