diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-07 23:58:44 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-07 23:58:44 +0200 |
commit | 18133a7854edec361f7699af0662027d527be540 (patch) | |
tree | d0f1751739076e6927397c0b754a98d968983c07 /ansible/bgp/host_vars/knot | |
parent | 6967e11d9c14554300e07fd70a6a93ffe224f8d3 (diff) | |
download | infra-18133a7854edec361f7699af0662027d527be540.tar.gz infra-18133a7854edec361f7699af0662027d527be540.tar.bz2 infra-18133a7854edec361f7699af0662027d527be540.tar.xz infra-18133a7854edec361f7699af0662027d527be540.zip |
bgp setup
Diffstat (limited to 'ansible/bgp/host_vars/knot')
-rw-r--r-- | ansible/bgp/host_vars/knot/bgp.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/bgp/host_vars/knot/bgp.yml b/ansible/bgp/host_vars/knot/bgp.yml new file mode 100644 index 0000000..fa16510 --- /dev/null +++ b/ansible/bgp/host_vars/knot/bgp.yml @@ -0,0 +1,6 @@ +bgp_as: 4230483906 +bgp_ip: "{{ wireguard_wg0.hosts.knot.ipv6 }}" +bgp_peers: + - akili + - astyanax +# - hash |