1
0
Fork 0
forked from infra/ansible
infra-ansible/inventory/host_vars/buildhw-a64-05.rdu3.fedoraproject.org
Greg Sutcliffe 6645a421ab
Zabbix: Re-enable https(s) bmc checks now the firewall is sorted
Stg is still blocked but prod seems OK now...

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-03-23 14:39:48 +00:00

1.5 KiB

— bmc: ip_address: 10.16.160.82 ping: true http: true https: true br0_ipv4_ip: 10.16.170.125 br0_ipv4_gw: 10.16.170.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: d8:5e:d3:8b:5f:70 mac1: d8:5e:d3:8b:5f:71 mac2: 0c:42:a1:4a:0b:f4 mac3: 0c:42:a1:4a:0b:f5 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_inventory: oob_ip: "{{ bmc.ip_address }}"