This starts adding in the general host_vars and changes to dhcpd.conf needed to bring up buildhw boxes and new staging servers.
876 B
876 B
—
freezes: false nested: true dns1: 10.3.163.33 dns2: 10.3.163.34
has_ipv4: yes br0_ipv4: 10.3.167.17 br0_ipv4_nm: 24 br0_ipv4_gw: 10.3.167.254
mgmt_mac: "2c:ea:7f:f3:58:4e" mgmt_ipv4: 10.3.160.157 mac1: E4:43:4B:F7:AC:CC mac2: E4:43:4B:F7:AC:CE mac3: E4:43:4B:F7:AC:EC mac4: E4:43:4B:F7:AC:ED
br0_port0_mac: "{{ mac1 }}"
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:
- stg.iad2.fedoraproject.org
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no auto6: no
- name: br0-port0 state: up type: ethernet master: br0 mac: "{{ br0_port0_mac }}"