diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:01:12 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:01:12 +0200 |
commit | a7928fd2faa3accf8171b90098c667102e9a564e (patch) | |
tree | a67a1b10334947fb77e38457d076926b54089512 /host_vars/ff-uplink2 | |
parent | fa347deecc7a20b93257b35bc0be153f724a96b3 (diff) |
added real host_vars
Diffstat (limited to 'host_vars/ff-uplink2')
-rw-r--r-- | host_vars/ff-uplink2 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/host_vars/ff-uplink2 b/host_vars/ff-uplink2 new file mode 100644 index 0000000..94afb20 --- /dev/null +++ b/host_vars/ff-uplink2 @@ -0,0 +1,55 @@ +--- +ansible_host: 2a01:4f8:a0:10b7:2::3 +#ansible_host: 10.0.2.5 +wireguard_bb_name: 'uplink2' +wireguard_bb_endpoint: '2a01:4f8:a0:10b7:2::3' +wireguard_bb_priv_key: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 61613932353562343262303834353132656162353962323863633863663830353766356462326137 + 3539373363353838306536363835663839653136653130320a346532356336336438363336396364 + 34393865343430386431613638346161366232343865643765363264303931663132343337613962 + 6437366465303139620a343133663032353463653632393866393836306337313734393736336535 + 36636630346539376362666562303164313838333236663135396161336162356435616639636235 + 6165393239323737363965326266653536326562366432383434 +wireguard_bb_pub_key: 'Z+gA0Mr6PgkPVhO2oe5c5c3SK4yeZ17d62Zy1zJXKiI=' +wireguard_bb_ipv4: '10.222.0.2' +wireguard_bb_ipv6: 'fe80::ffbb:ffbb:2' +wireguard_bb_port: 10102 +ffrl_ip4: '185.66.194.57' +ffrl_peers: + - name: 'bbafra2fra' + remote: '185.66.194.0' + ip4: '100.64.9.155' + peer_ip4: '100.64.9.154' + ip6: '2a03:2260:0:4e2::2' + peer_ip6: '2a03:2260:0:4e2::1' + - name: 'bbbfra2fra' + remote: '185.66.194.1' + ip4: '100.64.9.157' + peer_ip4: '100.64.9.156' + ip6: '2a03:2260:0:4e3::2' + peer_ip6: '2a03:2260:0:4e3::1' + - name: 'bbaixdus' + remote: '185.66.193.0' + ip4: '100.64.9.159' + peer_ip4: '100.64.9.158' + ip6: '2a03:2260:0:4e4::2' + peer_ip6: '2a03:2260:0:4e4::1' + - name: 'bbbixdus' + remote: '185.66.193.1' + ip4: '100.64.9.161' + peer_ip4: '100.64.9.160' + ip6: '2a03:2260:0:4e5::2' + peer_ip6: '2a03:2260:0:4e5::1' + - name: 'bbaakber' + remote: '185.66.195.0' + ip4: '100.64.9.163' + peer_ip4: '100.64.9.162' + ip6: '2a03:2260:0:4e6::2' + peer_ip6: '2a03:2260:0:4e6::1' + - name: 'bbbakber' + remote: '185.66.195.1' + ip4: '100.64.9.165' + peer_ip4: '100.64.9.164' + ip6: '2a03:2260:0:4e7::2' + peer_ip6: '2a03:2260:0:4e7::1' |