ansible/inventory/host_vars/download-rdu01.fedoraproject.org
Kevin Fenzi b05ae8252d download-rdu01: fix network config
We need eth1 here in order to reach the netapp for nfs mounts, and we
need it to not have a gateway as eth0 is the primary gw address.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-01 12:17:33 -08:00

1.1 KiB

— datacenter: rdu dns1: 172.31.2.24 dns_search1: "vpn.fedoraproject.org" dns_search2: "rdu2.fedoraproject.org" dns_search3: "fedoraproject.org" eth0_ipv4: 172.31.2.31 eth0_ipv4_gw: 172.31.2.254 eth1_ipv4: 172.31.1.1 eth1_ipv4_nm: 24 has_ipv4: yes eth0_mac: e4:1f:13:6a:e3:a0 nagios_Check_Services: mail: false nrpe: false ping: true network_connections:

  • autoconnect: yes ip: address:

    • "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"

    dns_search:

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

    gateway4: "{{ eth0_ipv4_gw }}" mac: "{{ eth0_mac }}" name: eth0 state: up type: ethernet

  • ip: address:

    • "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"

    dns_search:

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

    name: eth1 state: up type: ethernet

nrpe_procs_crit: 1000 nrpe_procs_warn: 900 postfix_group: vpn public_hostname: download-rdu01.fedoraproject.org public_ip: 209.132.190.4 vpn: true