2020-04-21 13:41:48 +00:00
|
|
|
---
|
|
|
|
router_id: "185.38.175.78"
|
|
|
|
router_v4_ip: "185.38.175.78"
|
|
|
|
router_v6_ip: "2a01:4262:1ab:20::78"
|
|
|
|
|
|
|
|
bgp_peers:
|
|
|
|
- name: "labitat_v4"
|
|
|
|
template: "transit_v4"
|
|
|
|
peer_asn: "205235"
|
|
|
|
neighbor_ip: "185.38.175.65"
|
|
|
|
|
|
|
|
- name: "labitat_v6"
|
|
|
|
template: "transit_v6"
|
|
|
|
peer_asn: "205235"
|
|
|
|
neighbor_ip: "2a01:4262:1ab:20::1"
|
|
|
|
|
|
|
|
- name: "hessnet_home"
|
2020-04-25 09:24:24 +00:00
|
|
|
template: "ibgp_hessnet"
|
|
|
|
peer_asn: "209616"
|
2020-04-26 09:07:18 +00:00
|
|
|
neighbor_ip: "2001:678:15c:c00::"
|
2020-04-21 13:41:48 +00:00
|
|
|
filters:
|
2020-04-25 09:24:24 +00:00
|
|
|
import: "{ accept; }"
|
|
|
|
export: "{ if is_own_route() then reject; accept; }"
|
2020-04-27 06:56:13 +00:00
|
|
|
|
2020-04-25 09:24:24 +00:00
|
|
|
- name: "ibgp_fra1"
|
|
|
|
template: "ibgp_hessnet"
|
|
|
|
peer_asn: "209616"
|
|
|
|
neighbor_ip: "2001:678:15c:b00::"
|
2020-04-21 13:41:48 +00:00
|
|
|
|
|
|
|
announce_from_here: true
|
|
|
|
configure_static_multihop_routes: false
|
2020-04-23 20:23:19 +00:00
|
|
|
|
2020-04-27 06:56:13 +00:00
|
|
|
extra_static_routes:
|
|
|
|
- route: "2001:678:15c:b00::/128"
|
|
|
|
destination: "wg-fra1"
|
|
|
|
- route: "2001:678:15c:c00::/128"
|
|
|
|
destination: "v6tunnel-home"
|
|
|
|
|
2020-04-23 20:23:19 +00:00
|
|
|
wireguard:
|
|
|
|
privatekey: !vault |
|
|
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
|
|
31653838616232323365396538363930313866363939303532313737613937643361666666363232
|
|
|
|
3737313837336666353366386135623030383534303931620a393434396465383461303231323563
|
|
|
|
35613861663837373866313832656334323230316133663935346161386435663762306335306365
|
|
|
|
3662346136653766620a316535336632363937656639643361666465623033396136363738356538
|
|
|
|
36306139376436666165393831363435626633313935333838613938616631666531343964666464
|
|
|
|
3833643632343962666464383336626234646362336531366331
|
|
|
|
publickey: IBJriIpmeq+hqVCBYPn7PxDXhH/ymxpG+6BOYedfZXY=
|
2020-04-25 09:24:24 +00:00
|
|
|
|