--- # This virthost only has stg instances, so it doesn't freeze freezes: false nested: true dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "stg.iad2.fedoraproject.org" dns_search2: "iad2.fedoraproject.org" dns_search3: "fedoraproject.org" has_ipv4: yes br0_ipv4: 10.3.166.19 br0_ipv4_nm: 24 br0_ipv4_gw: 10.3.166.254 mac1: ec:f4:bb:e1:c8:f4 mac2: ec:f4:bb:e1:c8:f5 mac3: ec:f4:bb:e1:c8:f0 mac4: ec:f4:bb:e1:c8:f2 br0_port0_mac: "{{ mac3 }}" network_connections: - name: br0 state: up type: bridge autoconnect: yes ip: address: - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}" gateway4: "{{ br0_ipv4_gw }}" dns: - "{{ dns1 }}" - "{{ dns2 }}" dns_search: - "{{ dns_search1 }}" - "{{ dns_search2 }}" - "{{ dns_search3 }}" dhcp4: no auto6: no - name: br0-port0 state: up type: ethernet master: br0 mac: "{{ br0_port0_mac }}"