| # file: group_vars/aztest.yml |
| site_humanname: "Arizona Test Site" |
| - email: padmin@vicci.org |
| site_suffix: aztest.infra.opencloud.us |
| - aztest.infra.opencloud.us |
| - opencloud.cs.arizona.edu |
| - name: aztest.infra.opencloud.us |
| ipv4_first_octets: 192.168.250 |
| name_reverse_unbound: "168.192.in-addr.arpa" |
| - { name: "ns1" , dest: "head" } |
| - { name: "ns" , dest: "head" } |
| - { name: "apt-cache" , dest: "head" } |
| name_on_public_interface: head |
| # If true, unbound listens on the head node's `ansible_default_ipv4` interface |
| unbound_listen_on_default: True |
| # VTN network configuration |
| management_network_cidr: 172.27.0.0/24 |
| management_network_ip: 172.27.0.1/24 |
| data_plane_ip: 10.168.0.253/24 |