ansible/inventory/host_vars/buildhw-x86-14.iad2.fedoraproject.org
Kevin Fenzi bbce51960d buildhw-x86: all these hosts are 10G and should use a 9000 mtu
The last time they were re-installed they defaulted to 1500 and it's
causing some problems for some of them at least (01-08 for sure).

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-04-03 14:47:31 -07:00

32 lines
639 B
Org Mode

---
datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
eth0_ipv4: 10.3.169.44
eth0_ipv4_gw: 10.3.169.254
has_ipv4: yes
has_ipv6: no
mac0: f8:ca:b8:f7:2d:87
mac1: f8:ca:b8:f7:2d:8a
network_connections:
- ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
gateway4: "{{ eth0_ipv4_gw }}"
mac: "{{ mac0 }}"
name: eth0
mtu: 9000
state: up
type: ethernet
- autoconnect: yes
mac: "{{ mac1 }}"
name: eth1
state: down
type: ethernet