Files
fedora-infra_ansible/inventory/host_vars/kernel02.rdu3.fedoraproject.org
Kevin Fenzi be410884f9 kernel02: this is using a bond/bridge now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-07-14 13:34:58 -07:00

1.0 KiB

— datacenter: rdu3 dns: 10.16.163.33 br0_ipv4_ip: 10.16.174.130 br0_ipv4_gw: 10.16.174.254 br0_ipv4_nm: 24 mac0: c8:4b:d6:af:27:fd mac1: c8:4b:d6:af:27:fe mac2: 6c:fe:54:83:c1:44 mac3: 6c:fe:54:83:c1:45 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