proxy14: Try using the mac address from facts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8346188132
commit
da8972bbf4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public_hostname: proxy14.fedoraproject.org
|
||||||
|
|
||||||
network_connections:
|
network_connections:
|
||||||
- name: eth0
|
- name: eth0
|
||||||
mac: "{{ mac0 }}"
|
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||||
type: ethernet
|
type: ethernet
|
||||||
autoconnect: yes
|
autoconnect: yes
|
||||||
ip:
|
ip:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue