Files
fedora-infra_ansible/inventory/host_vars/ibiblio05.fedoraproject.org
Kevin Fenzi 4a47cfaff2 ibiblio: switch to the new default vlan
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-10-13 13:56:02 -07:00

1.5 KiB

— br0_ipv4_ip: 152.2.23.100 br0_ipv4_gw: 152.2.23.97 br0_ipv4_nm: 27 br0_ipv6_ip: 2606:f640:6000:651::4 br0_ipv6_gw: 2606:f640:6000:651::1 br0_ipv6_nm: 64 br0_port0_mac: '{{ mac0 }}' datacenter: ibiblio dns1: 152.2.21.1 dns2: 8.8.4.4 dns_search1: fedoraproject.org dns_search2: vpn.fedoraproject.org has_ipv4: true has_ipv6: true mac0: ec:f4:bb:e1:58:24 mac1: ec:f4:bb:e1:58:25 mac2: ec:f4:bb:e1:58:20 mac3: ec:f4:bb:e1:58:22 network_connections:

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

    • "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
    • "{{ br0_ipv6_ip }}/{{ br0_ipv6_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"

    gateway4: "{{ br0_ipv4_gw }}" gateway6: "{{ br0_ipv6_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

nrpe_procs_crit: 1000 nrpe_procs_warn: 900 postfix_group: vpn vpn: true zabbix_macros: VFS.DEV.READ.AWAIT.WARN: 100 VFS.DEV.WRITE.AWAIT.WARN: 100