This starts adding in the general host_vars and changes to dhcpd.conf needed to bring up buildhw boxes and new staging servers.
800 B
800 B
— freezes: true
dns1: 10.3.163.33 dns2: 10.3.163.34
has_ipv4: yes eth1_ipv4: 10.3.170.149 eth1_ipv4_nm: 24 eth1_ipv4_gw: 10.3.170.254
mgmt_mac: "E8:6A:64:39:19:67" mgmt_ipv4: "10.3.160.117" mac0: 00:1b:21:dc:4e:32 mac1: 50:6b:4b:6a:ea:60 mac2: 50:6b:4b:6a:ea:61
network_connections:
- name: eth0 mac: "{{ mac0 }}" type: ethernet autoconnect: no
-
name: eth1 state: up type: ethernet autoconnect: yes mac: "{{ mac1 }}" ip: address:
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
gateway4: "{{ eth1_ipv4_gw }}" dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no auto6: no
- name: eth2 mac: "{{ mac2 }}" type: ethernet autoconnect: no