ansible/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org
2021-04-12 08:30:31 -07:00

33 lines
575 B
Org Mode

---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org
datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ip: 10.3.171.60
eth0_ipv4: 10.3.171.60
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:e0:0f:d5
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no