ansible/inventory/host_vars/bvmhost-p09-04.iad2.fedoraproject.org
Kevin Fenzi 4f19774152 clevis is fixed, drop these variables that are no longer needed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-07-13 15:05:14 -07:00

741 B

— datacenter: iad2

dns1: 10.3.163.33 dns2: 10.3.163.34

dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org"

has_ipv4: yes br0_ipv4: 10.3.171.18 br0_ipv4_nm: 24 br0_ipv4_gw: 10.3.171.254

mac1: 40:a6:b7:18:85:74 mac2: 40:a6:b7:18:86:c8

br0_port0_mac: "{{ mac2 }}"

network_connections:

  • name: br0 state: up type: bridge autoconnect: yes ip: address:

    • "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

    gateway4: "{{ br0_ipv4_gw }}" dns:

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

    dns_search:

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

    dhcp4: no auto6: no

  • name: br0-port0 state: up type: ethernet master: br0 mac: "{{ br0_port0_mac }}"