ansible/inventory/host_vars/bkernel01.iad2.fedoraproject.org
Kevin Fenzi 33b2e114a6 bkernel01: also fix the address passed to the role
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-29 14:20:08 -08:00

650 B

— datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" eth0_ipv4_ip: 10.3.169.29 eth0_ipv4_gw: 10.3.169.254 eth0_mac: "{{ mac0 }}" has_ipv4: yes mac0: B4:45:06:FB:84:2E network_connections:

  • autoconnect: yes ip: address:

    • "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

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

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

resolvconf: "resolv.conf/iad2"