blob: 4e376518abdbc2eaed2e952a9a533ac44f869d83 [file] [log] [blame]
Zack Williams391ddab2016-03-15 09:55:19 -07001---
2# file: group_vars/aztest.yml
3
4# Prefix for DNS zones
5mgmt_net_prefix: 192.168.250
6
7# NSD/Unbound settings
8
9nsd_zones:
10 - name: aztest.infra.opencloud.us
11 ipv4_first_octets: 192.168.250
12 name_reverse_unbound: "168.192.in-addr.arpa"
13 soa: ns1
14 ns:
15 - { name: ns1 }
16 nodelist: head_vm_list
17
18unbound_interfaces:
19 # - 192.168.250.1/24
20 - 206.207.253.10/28