|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
---
|
|
|
|
|
dn42_wg_private_key: "foobar2342"
|
|
|
|
|
dn42_wg_default_if_prefix: "dn42_"
|
|
|
|
|
|
|
|
|
@ -7,16 +8,20 @@ dn42_local_v4: "172.17.0.1"
|
|
|
|
|
dn42_local_v6: "fe80::1"
|
|
|
|
|
dn42_local_as: "424242424243"
|
|
|
|
|
|
|
|
|
|
dn42_bird2_directory: "/etc/bird/"
|
|
|
|
|
dn42_bird2_template: "bird2/bird.conf.j2"
|
|
|
|
|
dn42_bird2_peer_template: "bird2/peer.conf.j2"
|
|
|
|
|
|
|
|
|
|
dn42_enable_roa: yes
|
|
|
|
|
dn42_roa_v4_source: "https://dn42.burble.com/roa/dn42_roa_bird2_4.conf"
|
|
|
|
|
dn42_roa_v4_location: "/etc/bird/roa_dn42.conf"
|
|
|
|
|
dn42_roa_v4_location: "{{ dn42_bird2_directory }}/roa_dn42.conf"
|
|
|
|
|
dn42_roa_v6_source: "https://dn42.burble.com/roa/dn42_roa_bird2_6.conf"
|
|
|
|
|
dn42_roa_v6_location: "/etc/bird/roa_dn42_v6.conf"
|
|
|
|
|
dn42_roa_v6_location: "{{ dn42_bird2_directory }}/roa_dn42_v6.conf"
|
|
|
|
|
|
|
|
|
|
dn42_roa_cronjob: "curl -sfSLR -o{{ dn42_roa_v4_location }} -z{{ dn42_roa_v4_location }} {{ dn42_roa_v4_source }} && curl -sfSLR -o{{ dn42_roa_v6_location }} -z{{ dn42_roa_v6_location }} {{ dn42_roa_v6_source }} && birdc configure"
|
|
|
|
|
|
|
|
|
|
dn42_pingfinder_enable: no
|
|
|
|
|
dn42_pingfinder_download_url: "https://git.dn42.us/dn42/pingfinder/raw/master/clients/generic-linux-debian-redhat-busybox.sh"
|
|
|
|
|
dn42_pingfinder_download_url: "https://dn42.us/peers/script"
|
|
|
|
|
dn42_pingfinder_location: "/usr/bin/dn42_pingfinder"
|
|
|
|
|
dn42_pingfinder_uuid: ""
|
|
|
|
|
dn42_pingfinder_logfile: "/dev/null"
|
|
|
|
|