roles/net-ifaces: Configure virtual net interfaces
The *net-ifaces* role manages a script that creates virtual network interfaces, such as bridge, bond, and VLAN, that `dhcpcd`/`dhclient` alone cannot. This provides a lightweight alternative to *systemd-networkd* and *NetworkMangager*.
This commit is contained in:
2
roles/net-ifaces/handlers/main.yml
Normal file
2
roles/net-ifaces/handlers/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- name: reload systemd
|
||||
command: systemctl daemon-reload
|
||||
Reference in New Issue
Block a user