[routeurs] lets fix everything

certbot_on_virtu
_shirenn 2021-07-10 23:59:50 +02:00
parent b5b61c9108
commit 91220c5238
7 changed files with 42 additions and 11 deletions

View File

@ -2,8 +2,8 @@
loc_keepalived:
instances:
- name: VI_ALL
state: MASTER
priority: 150
state: BACKUP
priority: 100
loc_service_keepalived:
git:
@ -15,3 +15,4 @@ loc_service_keepalived:
- isc-dhcp-server
- radvd
- bird
- bird6

View File

@ -4,7 +4,6 @@ interfaces:
via: ens19
aurore: ens20
renater: ens21
interco: ens22
srv: ens23
srv_nat: ens1
adh: enp1s2
srv: ens22
srv_nat: ens23
adh: ens1

View File

@ -0,0 +1,28 @@
---
loc_bird:
ipv4:
id: 185.230.79.253
binds:
- 185.230.79.253
statics:
- 185.230.78.0/23
bgps:
- name: aurore
allow_local_as: 1
local_as: 204515
remote:
as: 43619
address: 185.230.79.254
ipv6:
id: 185.230.79.253
binds:
- 2a0c:700:28::1
statics:
- 2a0c:700::/36
bgps:
- name: aurore
allow_local_as: 1
local_as: 204515
remote:
as: 43619
address: 2a0c:700:28::2

View File

@ -3,7 +3,7 @@ loc_keepalived:
instances:
- name: VI_ALL
state: BACKUP
priority: 100
priority: 50
loc_service_keepalived:
git:
@ -14,3 +14,5 @@ loc_service_keepalived:
VI_ALL:
- isc-dhcp-server
- radvd
- bird
- bird6

View File

@ -4,7 +4,6 @@ interfaces:
via: ens19
aurore: ens20
renater: ens21
interco: ens22
srv: ens23
srv_nat: ens1
adh: ens2
srv: ens22
srv_nat: ens23
adh: ens1

View File

@ -15,3 +15,4 @@ loc_service_keepalived:
- isc-dhcp-server
- radvd
- bird
- bird6

View File

@ -6,4 +6,5 @@
- import_playbook: firewall.yml
- import_playbook: dns-recursive.yml
- import_playbook: prefix-delegation.yml
- import_playbook: radvd.yml
- import_playbook: keepalived.yml