Files
fedora-infra_ansible/inventory/host_vars/sign-vault01.rdu3.fedoraproject.org
Nils Philippsen 6c85fda0c9 Mass remove/replace iad2 -> rdu3, 10.3. -> 10.16.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2025-07-03 20:05:02 +02:00

1.1 KiB

— br0_ipv4: 10.16.169.26 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" has_ipv4: yes mac0: c4:cb:e1:e1:5f:ec mac1: c4:cb:e1:e1:5f:ed mac2: c4:70:bd:c8:ce:ca mac3: c4:70:bd:c8:ce:cb network_connections:

  • name: br0 state: up type: bridge mtu: 1500 autoconnect: yes ip: address:

    • "{{ br0_ipv4 }}/{{ 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