Files
fedora-infra_ansible/inventory/host_vars/bvmhost-a64-01.stg.rdu3.fedoraproject.org
2025-07-23 13:24:44 +01:00

1.2 KiB

— bmc: ip_address: 10.16.160.119 ping: true http: false https: false br0_ipv4_ip: 10.16.167.16 br0_ipv4_gw: 10.16.167.254 br0_ipv4_nm: 24 datacenter: rdu3 has_ipv4: yes mac0: d8:5e:d3:e6:25:98 mac1: d8:5e:d3:e6:25:99 mac2: b8:ce:f6:51:56:c4 mac3: b8:ce:f6:51:56:c5 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

nrpe_procs_crit: 4500 nrpe_procs_warn: 4000 zabbix_macros: NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"