ansible/inventory/host_vars/buildhw-a64-11.iad2.fedoraproject.org
Kevin Fenzi 770e9cc557 update mac addresses on some buildhw-a64 boxes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-01-25 17:55:10 -08:00

818 B

— datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 eth0_ipv4: 10.3.170.131 eth0_ipv4_gw: 10.3.170.254 has_ipv4: yes has_ipv6: no mac0: 00:01:73:02:08:ff mac1: 72:a3:68:ad:39:05 mac2: 26:3f:eb:69:e4:ae mac3: 6a:9e:84:63:a2:93 network_connections:

  • ip: address:

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

    dhcp4: no dns:

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

    dns_search:

    • iad2.fedoraproject.org
    • fedoraproject.org

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

  • autoconnect: yes mac: "{{ mac1 }}" name: eth1 state: down type: ethernet
  • mac: "{{ mac2 }}" name: eth2 state: down type: ethernet
  • mac: "{{ mac3 }}" name: eth3 state: down type: ethernet