forked from infra/ansible
This machine is in the rdu3 isolated network. For now, just setup a simple kickstart on one disk and a playbook that does the normal base role things. We can adjust from here. This machine has 1 nvme and another spinning rust device. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
1.1 KiB
1.1 KiB
— datacenter: rdu3 dns1: 10.16.163.33 br0_ipv4_ip: 10.16.179.35 br0_ipv4_gw: 10.16.179.254 br0_ipv4_nm: 24 has_ipv4: yes has_ipv6: no mac0: c4:cb:e1:ed:b1:6e mac1: c4:cb:e1:ed:b1:6f mac2: 30:3e:a7:2a:65:28 mac3: 30:3e:a7:2a:65:29 mac4: 30:3e:a7:2a:65:2a mac5: 30:3e:a7:2a:65:2b network_connections:
-
name: br0 state: up type: bridge mtu: 1500 autoconnect: yes ip: address:
- "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
dhcp4: no dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ br0_ipv4_gw }}"
- name: bond0 type: bond interface_name: bond0 mtu: 1500 controller: br0 bond: mode: 802.3ad
- name: bond0-port1 mac: "{{ mac2 }}" type: ethernet controller: bond0 state: up mtu: 1500
- name: bond0-port2 mac: "{{ mac3 }}" type: ethernet controller: bond0 state: up mtu: 1500