buildvm-s390x: fix some host vars

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-11-16 15:58:36 -08:00
parent 580cd252c5
commit ea1cad62f0
2 changed files with 1 additions and 4 deletions

View file

@ -6,7 +6,6 @@ dns_search2: "fedoraproject.org"
eth0_ipv4: 10.16.0.33
eth0_ipv4_gw: 10.16.0.254
eth0_ipv4_nm: 24
eth0_mac: "{{ mac0 }}"
has_ipv4: yes
network_connections:
- autoconnect: yes

View file

@ -6,9 +6,7 @@ dns_search2: "fedoraproject.org"
eth0_ipv4: 10.16.0.34
eth0_ipv4_gw: 10.16.0.254
eth0_ipv4_nm: 24
eth0_mac: "{{ mac0 }}"
has_ipv4: yes
mac0: 52:54:00:e1:13:8e
network_connections:
- autoconnect: yes
ip:
@ -23,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