buildvm_s390x: adjust host vars to use ansible mac addr
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fe86292793
commit
7a61097671
7 changed files with 7 additions and 19 deletions
|
@ -6,9 +6,7 @@ dns_search2: "fedoraproject.org"
|
|||
eth0_ipv4: 10.16.0.26
|
||||
eth0_ipv4_gw: 10.16.0.254
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
has_ipv4: yes
|
||||
mac0: 52:54:00:a2:30:f8
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
@ -22,7 +20,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
|
@ -6,9 +6,7 @@ dns_search2: "fedoraproject.org"
|
|||
eth0_ipv4: 10.16.0.27
|
||||
eth0_ipv4_gw: 10.16.0.254
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
has_ipv4: yes
|
||||
mac0: 52:54:00:b9:2c:93
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
@ -22,7 +20,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
|
@ -6,9 +6,7 @@ dns_search2: "fedoraproject.org"
|
|||
eth0_ipv4: 10.16.0.28
|
||||
eth0_ipv4_gw: 10.16.0.254
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
has_ipv4: yes
|
||||
mac0: 52:54:00:aa:25:b9
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
@ -22,7 +20,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
|
@ -6,9 +6,7 @@ dns_search2: "fedoraproject.org"
|
|||
eth0_ipv4: 10.16.0.29
|
||||
eth0_ipv4_gw: 10.16.0.254
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
has_ipv4: yes
|
||||
mac0: 52:54:00:db:57:e3
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
@ -22,7 +20,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
|
@ -8,7 +8,6 @@ eth0_ipv4_gw: 10.16.0.254
|
|||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
has_ipv4: yes
|
||||
mac0: 52:54:00:c4:f2:4e
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
@ -22,7 +21,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
|
@ -6,9 +6,7 @@ dns_search2: "fedoraproject.org"
|
|||
eth0_ipv4: 10.16.0.31
|
||||
eth0_ipv4_gw: 10.16.0.254
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
has_ipv4: yes
|
||||
mac0: 52:54:00:74:95:f0
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
@ -22,7 +20,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
|
@ -10,7 +10,6 @@ eth0_ipv4_gw: 10.16.0.254
|
|||
eth0_ipv4_nm: 24
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
has_ipv4: yes
|
||||
mac0: 52:54:00:70:cc:a7
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
@ -24,7 +23,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue