Simplifying network management
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
when: qemubr.changed
|
||||
register: br0
|
||||
template:
|
||||
src: netctl-bridge.j2
|
||||
src: netctl-bond.j2
|
||||
dest: /etc/netctl/br0
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../../roles/ShadowArch/templates/netctl-bond.j2
|
||||
@@ -1,5 +0,0 @@
|
||||
Description="Bridged Network Interface for VMs"
|
||||
Interface=br0
|
||||
Connection=bridge
|
||||
BindsToInterfaces=({{ ipinterface }})
|
||||
IP=dhcp
|
||||
Reference in New Issue
Block a user