Skip to content
Snippets Groups Projects
Commit b6407276 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

[keepalived] Rationalize variable names

parent 519830ba
No related branches found
No related tags found
No related merge requests found
...@@ -26,16 +26,19 @@ keepalived: ...@@ -26,16 +26,19 @@ keepalived:
- vlan: adm - vlan: adm
ipv4: 10.231.136.254/24 ipv4: 10.231.136.254/24
brd: 10.231.136.255 brd: 10.231.136.255
- vlan: filpub - vlan: bornes
ipv4: 10.231.148.254/24
brd: 10.231.148.255
- vlan: fil_pub
ipv4: 185.230.78.254/24 ipv4: 185.230.78.254/24
brd: 185.230.78.255 brd: 185.230.78.255
- vlan: srv - vlan: srv
ipv4: 185.230.79.254/24 ipv4: 185.230.79.254/24
brd: 185.230.79.255 brd: 185.230.79.255
- vlan: filnewserveurs - vlan: fil_new # Nat filaire
ipv4: 10.54.0.254/16 ipv4: 10.54.0.254/16
brd: 10.54.255.255 brd: 10.54.255.255
- vlan: wifinewserveurs - vlan: wifi_new
ipv4: 10.53.0.254/16 ipv4: 10.53.0.254/16
brd: 10.53.255.255 brd: 10.53.255.255
- vlan: zayo - vlan: zayo
......
--- ---
interfaces: interfaces:
serveurs: eth0.1
adm: eth0.2 adm: eth0.2
bornes: eth0.3 bornes: eth0.3
switches: eth0.4 switches: eth0.4
accueil: eth0.7
fil_new: ens1f0.21
wifi_new: ens1f0.22
fil_pub: ens1f0.23
srv: ens1f0.24
zayo: ens1f0.26 zayo: ens1f0.26
zrt: ens1f0.1132 zrt: ens1f0.1132
filpub: ens1f0.23
srv: ens1f0.24
filnewserveurs: ens1f0.21
wifinewserveurs: ens1f0.22
keepalived_instances: keepalived_instances:
- name: radius - name: radius
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment