Files
fedora-infra_ansible/inventory/host_vars/autosign01.rdu3.fedoraproject.org
Kevin Fenzi 2d71695c8d autosign01.rdu3: install autosign01 in rdu3
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-06-17 16:58:00 -07:00

1.2 KiB

— br0_ipv4_ip: 10.16.169.28 br0_ipv4_gw: 10.16.169.254 br0_ipv4_nm: 24 datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34 dns_search1: "rdu3.fedoraproject.org" dns_search2: "fedoraproject.org" dns_search3: "iad2.fedoraproject.org" has_ipv4: yes mac0: C4:CB:E1:E1:61:10 mac1: C4:CB:E1:E1:61:11 mac2: C4:70:BD:C8:C6:78 mac3: C4:70:BD:C8:C6:79 network_connections:

  • name: br0 state: up type: bridge mtu: 9000 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: 9000 controller: br0 bond: mode: 802.3ad
  • name: bond0-port1 mac: "{{ mac2 }}" type: ethernet controller: bond0 state: up mtu: 9000
  • name: bond0-port2 mac: "{{ mac3 }}" type: ethernet controller: bond0 state: up mtu: 9000