mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
buildvm-s390x-22: use mac address from ansible
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -10,13 +10,11 @@ eth0_ipv4: 10.16.0.33
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.16.0.254
|
||||
|
||||
mac0: 52:54:00:49:63:3c
|
||||
|
||||
eth0_mac: "{{ mac0 }}"
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ eth0_mac }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
autoconnect: yes
|
||||
|
||||
Reference in New Issue
Block a user