autosign02: fix network config to not step on autosign01
Sadly I made a mistake here and autosign02 had the same IP as autosign01. ;( Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2cbc76cfbe
commit
421fcf65f1
1 changed files with 8 additions and 8 deletions
|
@ -4,10 +4,10 @@ dns1: 10.3.163.33
|
|||
dns2: 10.3.163.34
|
||||
dns_search1: "iad2.fedoraproject.org"
|
||||
dns_search2: "fedoraproject.org"
|
||||
eth0_ipv4: 10.3.169.28
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac1 }}"
|
||||
eth1_ipv4: 10.3.169.47
|
||||
eth1_ipv4_gw: 10.3.169.254
|
||||
eth1_ipv4_nm: 24
|
||||
eth1_mac: "{{ mac3 }}"
|
||||
has_ipv4: yes
|
||||
mac1: C8:4B:D6:83:16:22
|
||||
mac2: C8:4B:D6:83:16:23
|
||||
|
@ -17,7 +17,7 @@ network_connections:
|
|||
- autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
|
@ -25,8 +25,8 @@ network_connections:
|
|||
dns_search:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
name: eth0
|
||||
gateway4: "{{ eth1_ipv4_gw }}"
|
||||
mac: "{{ eth1_mac }}"
|
||||
name: eth1
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue