Simplifying network management
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
when: qemubr.changed
|
when: qemubr.changed
|
||||||
register: br0
|
register: br0
|
||||||
template:
|
template:
|
||||||
src: netctl-bridge.j2
|
src: netctl-bond.j2
|
||||||
dest: /etc/netctl/br0
|
dest: /etc/netctl/br0
|
||||||
owner: root
|
owner: root
|
||||||
group: 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