[router] Drop Renater interface, add ENS interconnection

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-08-04 23:59:39 +02:00
parent 5ade6fe486
commit a64f967727
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
5 changed files with 25 additions and 16 deletions

View File

@ -30,3 +30,8 @@ glob_network_interfaces:
gateway: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv4 | first }}" gateway: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv4 | first }}"
dns: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv4 | first }}" dns: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv4 | first }}"
gateway_v6: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv6 | first }}" gateway_v6: "{{ query('ldap', 'ip', 'passerelle', 'adh-nat') | ipv6 | first }}"
- name: ens
id: 54
gateway: "{{ query('ldap', 'ip', 'passerelle', 'ens') | ipv4 | first }}"
dns: "{{ query('ldap', 'ip', 'passerelle', 'ens') | ipv4 | first }}"
gateway_v6: "{{ query('ldap', 'ip', 'passerelle', 'ens') | ipv6 | first }}"

View File

@ -11,6 +11,11 @@ glob_keepalived:
ipv6: yes ipv6: yes
notify: /var/local/services/keepalived/keepalived.py notify: /var/local/services/keepalived/keepalived.py
zones: zones:
- vlan: via
ipv4: 138.195.159.250/30
- vlan: aurore
ipv4: 185.230.79.253/29
ipv6: 2a0c:700:28::1/64
- vlan: srv - vlan: srv
ipv4: 185.230.79.62/26 ipv4: 185.230.79.62/26
ipv6: 2a0c:700:2::ff:fe00:9902/64 ipv6: 2a0c:700:2::ff:fe00:9902/64
@ -20,10 +25,9 @@ glob_keepalived:
- vlan: adh - vlan: adh
ipv4: 185.230.78.99/24 ipv4: 185.230.78.99/24
ipv6: 2a0c:700:12::ff:fe00:9912/48 ipv6: 2a0c:700:12::ff:fe00:9912/48
- vlan: aurore - vlan: ens
ipv4: 185.230.79.253/29 ipv4: 100.84.0.99/16
brd: no ipv6: 2a0c:700:54::ff:fe00:9954/48
ipv6: 2a0c:700:28::1/64
glob_service_keepalived: glob_service_keepalived:
name: keepalived name: keepalived

View File

@ -3,7 +3,7 @@ interfaces:
adm: ens18 adm: ens18
via: ens19 via: ens19
aurore: ens20 aurore: ens20
renater: ens21 srv: ens21
srv: ens22 srv_nat: ens22
srv_nat: ens23 adh: ens23
adh: ens1 ens: ens1

View File

@ -3,7 +3,7 @@ interfaces:
adm: ens18 adm: ens18
via: ens19 via: ens19
aurore: ens20 aurore: ens20
renater: ens21 srv: ens21
srv: ens22 srv_nat: ens22
srv_nat: ens23 adh: ens23
adh: ens1 ens: ens1

View File

@ -3,7 +3,7 @@ interfaces:
adm: ens18 adm: ens18
via: ens19 via: ens19
aurore: ens20 aurore: ens20
renater: ens21 srv: ens21
srv: ens22 srv_nat: ens22
srv_nat: ens23 adh: ens23
adh: ens1 ens: ens1