Remove bridge setup & use predictable network interace name
This commit is contained in:
parent
ed7bf5a46c
commit
83ad3362bd
6 changed files with 15 additions and 25 deletions
8
templates/network/link1.link.j2
Normal file
8
templates/network/link1.link.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
[Match]
|
||||
MACAddress={{ network_mac }}
|
||||
|
||||
[Link]
|
||||
NamePolicy=
|
||||
Name={{ network_interface }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue