Turns out the current version of linux-system-roles network doesn't like setting ipv6 no and setting search domains since NetworkManager wants to set them for both ipv4 and ipv6. There's some upstream fix, but not in our current version. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
39 lines
800 B
Org Mode
39 lines
800 B
Org Mode
---
|
|
dns1: 10.3.163.33
|
|
dns2: 10.3.163.34
|
|
eth1_ipv4: 10.3.170.154
|
|
eth1_ipv4_gw: 10.3.170.254
|
|
eth1_ipv4_nm: 24
|
|
freezes: true
|
|
has_ipv4: yes
|
|
mac0: 68:05:CA:8E:98:C7
|
|
mac1: 50:6B:4B:6A:C4:90
|
|
mac2: 50:6B:4B:6A:C4:91
|
|
mgmt_ipv4: "10.3.160.118"
|
|
mgmt_mac: "E8:6A:64:39:19:67"
|
|
nested: true
|
|
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
|