| --- |
| # file: group_vars/aztest.yml |
| |
| # site configuration |
| site_name: aztest |
| site_humanname: "Arizona Test Site" |
| |
| deployment_type: campus |
| |
| xos_users: |
| - email: padmin@vicci.org |
| password: letmein |
| first: PAdmin |
| last: VicciOrg |
| admin: true |
| |
| # IP prefix for VMs |
| virt_nets: |
| - name: mgmtbr |
| ipv4_prefix: 192.168.250 |
| head_vms: true |
| |
| # DNS/domain settings |
| site_suffix: aztest.infra.opencloud.us |
| |
| dns_search: |
| - aztest.infra.opencloud.us |
| - opencloud.cs.arizona.edu |
| |
| nsd_zones: |
| - name: aztest.infra.opencloud.us |
| ipv4_first_octets: 192.168.250 |
| name_reverse_unbound: "168.192.in-addr.arpa" |
| soa: ns1 |
| ns: |
| - { name: ns1 } |
| nodelist: head_vm_list |
| aliases: |
| - { 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 |
| |