diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-01-26 16:02:33 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-01-26 16:02:33 +0100 |
commit | b7615bd04e0baf7be264af874f1ab7260402e49d (patch) | |
tree | c9dff1c5565010857090fa7b96636a4fa01294ef /group_vars/uplink.sample | |
parent | acf495d4bae93af17ca5116a25fbe21323e116fe (diff) |
renamed group_vars for uplink
Diffstat (limited to 'group_vars/uplink.sample')
-rw-r--r-- | group_vars/uplink.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/group_vars/uplink.sample b/group_vars/uplink.sample new file mode 100644 index 0000000..4465891 --- /dev/null +++ b/group_vars/uplink.sample @@ -0,0 +1,6 @@ +wireguard_bb_peers: + - name: 'fastd4' + endpoint: '<ipv6 endpoint>' + pub_key: '<wireguard public key>' + ipv4: '<ipv4>' + port: <port> |