networking
This commit is contained in:
0
ansible/roles/networking/templates/bond.netdev.j2
Normal file
0
ansible/roles/networking/templates/bond.netdev.j2
Normal file
0
ansible/roles/networking/templates/bond.network.j2
Normal file
0
ansible/roles/networking/templates/bond.network.j2
Normal file
6
ansible/roles/networking/templates/bridge.netdev.j2
Normal file
6
ansible/roles/networking/templates/bridge.netdev.j2
Normal file
@ -0,0 +1,6 @@
|
||||
[NetDev]
|
||||
Name=br{{ network_vlan_id }}
|
||||
Kind=bridge
|
||||
|
||||
[Bridge]
|
||||
|
15
ansible/roles/networking/templates/bridge.network.j2
Normal file
15
ansible/roles/networking/templates/bridge.network.j2
Normal file
@ -0,0 +1,15 @@
|
||||
[Match]
|
||||
Name=br{{ network_vlan_id }}
|
||||
|
||||
[Link]
|
||||
ARP=yes
|
||||
|
||||
[Address]
|
||||
Address=192.168.{{ network_vlan_id }}.100/24
|
||||
|
||||
[Route]
|
||||
Gateway=192.168.{{ network_vlan_id }}.254
|
||||
|
||||
[Network]
|
||||
DHCP=no
|
||||
|
6
ansible/roles/networking/templates/vlan.netdev.j2
Normal file
6
ansible/roles/networking/templates/vlan.netdev.j2
Normal file
@ -0,0 +1,6 @@
|
||||
[NetDev]
|
||||
Name=vlan{{ network_vlan_id }}
|
||||
Kind=vlan
|
||||
|
||||
[VLAN]
|
||||
Id={{ network_vlan_id }}
|
9
ansible/roles/networking/templates/vlan.network.j2
Normal file
9
ansible/roles/networking/templates/vlan.network.j2
Normal file
@ -0,0 +1,9 @@
|
||||
[Match]
|
||||
Name=vlan{{ network_vlan_id }}
|
||||
|
||||
[Link]
|
||||
ARP=off
|
||||
|
||||
[Network]
|
||||
DHCP=off
|
||||
Bridge=br{{ network_vlan_id }}
|
Reference in New Issue
Block a user