mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
proxy14: Try using the mac address from facts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -38,7 +38,7 @@ public_hostname: proxy14.fedoraproject.org
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
type: ethernet
|
||||
autoconnect: yes
|
||||
ip:
|
||||
|
||||
Reference in New Issue
Block a user