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-uplink1 | |
parent | fa347deecc7a20b93257b35bc0be153f724a96b3 (diff) |
added real host_vars
Diffstat (limited to 'host_vars/ff-uplink1')
-rw-r--r-- | host_vars/ff-uplink1 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/host_vars/ff-uplink1 b/host_vars/ff-uplink1 new file mode 100644 index 0000000..d92b82f --- /dev/null +++ b/host_vars/ff-uplink1 @@ -0,0 +1,55 @@ +--- +ansible_host: 2a01:4f8:151:13cd:2::4 +#ansible_host: 10.0.1.2 +wireguard_bb_name: 'uplink1' +wireguard_bb_endpoint: '2a01:4f8:151:13cd:2::4' +wireguard_bb_priv_key: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 65376336343935386131366362653637646663383238663730643835663339656635636235653739 + 3539663435303564373063666361363633643730356533300a313737383432363733303061663531 + 32363838313437646534626437393361386265376539393063376336373232353432363662323066 + 3932363264356263620a663762653530336139326230663432666130303462626539343264666339 + 63613537333461313961333333303164613535303432633535643961636663316434623931363530 + 6562663733636439636366633136376163326238633966383664 +wireguard_bb_pub_key: '1kBuCqepaXZ35LhSYLZJlIBSTYD8Rt+CpvkRrSSQNXM=' +wireguard_bb_ipv4: '10.222.0.1' +wireguard_bb_ipv6: 'fe80::ffbb:ffbb:1' +wireguard_bb_port: 10101 +ffrl_ip4: '185.66.194.56' +ffrl_peers: + - name: 'bbaakber' + remote: '185.66.195.0' + ip4: '100.64.9.99' + peer_ip4: '100.64.9.98' + ip6: '2a03:2260:0:4c6::2' + peer_ip6: '2a03:2260:0:4c6::1' + - name: 'bbafra2fra' + remote: '185.66.194.0' + ip4: '100.64.9.101' + peer_ip4: '100.64.9.100' + ip6: '2a03:2260:0:4c7::2' + peer_ip6: '2a03:2260:0:4c7::1' + - name: 'bbaixdus' + remote: '185.66.193.0' + ip4: '100.64.9.103' + peer_ip4: '100.64.9.102' + ip6: '2a03:2260:0:4c8::2' + peer_ip6: '2a03:2260:0:4c8::1' + - name: 'bbbakber' + remote: '185.66.195.1' + ip4: '100.64.9.105' + peer_ip4: '100.64.9.104' + ip6: '2a03:2260:0:4c9::2' + peer_ip6: '2a03:2260:0:4c9::1' + - name: 'bbbfra2fra' + remote: '185.66.194.1' + ip4: '100.64.9.107' + peer_ip4: '100.64.9.106' + ip6: '2a03:2260:0:4ca::2' + peer_ip6: '2a03:2260:0:4ca::1' + - name: 'bbbixdus' + remote: '185.66.193.1' + ip4: '100.64.9.109' + peer_ip4: '100.64.9.108' + ip6: '2a03:2260:0:4cb::2' + peer_ip6: '2a03:2260:0:4cb::1' |