ansible/inventory/host_vars/autosign02.iad2.fedoraproject.org
Kevin Fenzi 01a4cc7bcc Revert "signing: move to mtu 9000"
This reverts commit e9dcb46226.

Turns out autosign02 and sign-vault02 are both on 1G links, not 10G
as I thought. So, just keep them all on 1500 for now.
2024-04-28 09:39:46 -07:00

718 B

— datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" eth1_ipv4: 10.3.169.47 eth1_ipv4_gw: 10.3.169.254 eth1_ipv4_nm: 24 eth1_mac: "{{ mac3 }}" external: false has_ipv4: yes mac1: C8:4B:D6:83:16:22 mac2: C8:4B:D6:83:16:23 mac3: 6C:FE:54:57:4D:80 mac4: 6C:FE:54:57:4D:81 network_connections:

  • autoconnect: yes ip: address:

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

    dhcp4: no dns:

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

    dns_search:

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

    gateway4: "{{ eth1_ipv4_gw }}" mac: "{{ eth1_mac }}" name: eth1 state: up type: ethernet