mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Use var for macvlan parent
This commit is contained in:
parent
c09d02531d
commit
c8331959bd
@ -13,7 +13,7 @@
|
||||
eth0:
|
||||
type: nic
|
||||
nictype: macvlan
|
||||
parent: eno1
|
||||
parent: "{{ network_interface }}"
|
||||
|
||||
- name: Add tfstate container to host list
|
||||
add_host:
|
||||
|
Loading…
Reference in New Issue
Block a user