Use systemd-networkd if two network cards are installed (important for TIA devices).
This commit is contained in:
parent
40c0888928
commit
d46e1199ad
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@
|
||||||
- lmn_security
|
- lmn_security
|
||||||
- role: lmn_localhome
|
- role: lmn_localhome
|
||||||
when: when: groups.localhome is defined and inventory_hostname in groups.localhome
|
when: when: groups.localhome is defined and inventory_hostname in groups.localhome
|
||||||
|
- role: lmn_networkd
|
||||||
|
when: ansible_interfaces | select('search', 'enp2s.+') | first is defined
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
## Temporary fixes and quirks:
|
## Temporary fixes and quirks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue