ansible/inventory/host_vars/buildhw-a64-22.iad2.fedoraproject.org

39 lines
787 B
Org Mode
Raw Normal View History

---
dns1: 10.3.163.33
dns2: 10.3.163.34
eth1_ipv4: 10.3.170.152
eth1_ipv4_gw: 10.3.170.254
eth1_ipv4_nm: 24
freezes: true
has_ipv4: yes
mac0: 68:05:ca:8a:f0:29
mac1: 50:6b:4b:6a:eb:b0
mac2: 50:6b:4b:6a:eb:b1
mgmt_ipv4: "10.3.160.116"
mgmt_mac: "E8:6A:64:39:18:73"
network_connections:
- autoconnect: no
mac: "{{ mac0 }}"
name: eth0
type: ethernet
- autoconnect: yes
ip:
address:
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
gateway4: "{{ eth1_ipv4_gw }}"
mac: "{{ mac1 }}"
name: eth1
state: up
type: ethernet
- autoconnect: no
mac: "{{ mac2 }}"
name: eth2
type: ethernet