diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-19 23:04:04 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-19 23:04:04 +0100 |
commit | dff70e1224b84bd2510b123b4ca4942da86141b7 (patch) | |
tree | 1a6e28f7ef7b742d758605dceb7c823f95bc51c7 /host_vars | |
parent | ad992a78dd732e40981bd89ea153a0707560a4ef (diff) |
initial icvpn
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/icvpn_sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host_vars/icvpn_sample b/host_vars/icvpn_sample new file mode 100644 index 0000000..3aaa6b4 --- /dev/null +++ b/host_vars/icvpn_sample @@ -0,0 +1,9 @@ +--- +ansible_host: 123.123.123.123 +wireguard_bb_name: '< node name >' +wireguard_bb_endpoint: '< peer public ipv6 >' +wireguard_bb_priv_key: '< priv key >' +wireguard_bb_pub_key: '< pub key >' +wireguard_bb_ipv4: '< wg bb ipv4 >' +wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >' +wireguard_bb_port: < port > |