ansible/inventory/host_vars/virthost-rdu01.fedoraproject.org
Kevin Fenzi 7512abc21b virthost-rdu01: let us only have one gateway please
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-01-28 09:44:48 -08:00

1.2 KiB

— br0_ipv4: 172.31.2.11 br0_ipv4_gw: 172.31.2.254 br0_ipv4_nm: 24 br0_port0_mac: '{{ mac0 }}' br1_ipv4: 172.31.1.2 br1_ipv4_nm: 24 br1_port0_mac: '{{ mac1 }}' datacenter: rdu dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: fedoraproject.org mac0: ec:f4:bb:e1:6d:e4 mac1: ec:f4:bb:e1:6d:e5 nagios_Check_Services: mail: false nrpe: false network_connections:

  • autoconnect: true ip: address:

    • '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}'

    dhcp4: false dns:

    • '{{ dns1 }}'

    dns_search:

    • '{{ dns_search1 }}'

    gateway4: '{{ br0_ipv4_gw }}' name: br0 state: up type: bridge

  • mac: '{{ br0_port0_mac }}' master: br0 name: br0-port0 state: up type: ethernet
  • autoconnect: true ip: address:

    • '{{ br1_ipv4 }}/{{ br1_ipv4_nm }}'

    dhcp4: false dns:

    • '{{ dns1 }}'
    • '{{ dns2 }}'

    dns_search:

    • '{{ dns_search1 }}'

    name: br1 state: up type: bridge

  • mac: '{{ br1_port0_mac }}' master: br1 name: br1-port0 state: up type: ethernet

nrpe_procs_crit: 1000 nrpe_procs_warn: 900 postfix_group: vpn public_ip: 209.132.190.11 vpn: true