1
0
Fork 0
forked from infra/ansible
infra-ansible/inventory/host_vars/vmhost-x86-iso04.rdu3.fedoraproject.org
Kevin Fenzi d235b7cf38 vmhost-x86-iso04: adjust dns search order
We need rdu3 first so the vpn comes up.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-07-13 11:47:12 -07:00

1.5 KiB

— bmc: ip_address: 10.16.160.31 ping: true http: true https: true br0_ipv4_ip: 10.16.179.44 br0_ipv4_gw: 10.16.179.254 br0_ipv4_nm: 24 br0_port0_mac: '{{ mac0 }}' datacenter: rdu3 dns_search1: rdu3.fedoraproject.org dns_search2: vpn.fedoraproject.org dns_search3: fedoraproject.org mac0: C8:4B:D6:98:5D:74 mac1: 6c:fe:54:5e:02:d4 mac2: c8:4b:d6:98:5d:75 mac3: 6c:fe:54:5e:02:d4 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: "{{ mac1 }}" type: ethernet controller: bond0 state: up mtu: 1500
  • name: bond0-port2 mac: "{{ mac3 }}" type: ethernet controller: bond0 state: up mtu: 1500

nrpe_procs_crit: 2000 nrpe_procs_warn: 1500 postfix_group: vpn vpn: true

zabbix_inventory: oob_ip: "{{ bmc.ip_address }}"