diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:13:10 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:13:10 +0200 |
commit | 16b105a2fcd0760d9ed9aa8a4f845bfb4d07a927 (patch) | |
tree | b7122ebf21a3e935eb22657b82891ca3a0c5ea84 /host_vars/mullvad_uplink_sample | |
parent | a859fd25689674f431cb4993a558c587a979c3fd (diff) |
removed old host_vars samples
Diffstat (limited to 'host_vars/mullvad_uplink_sample')
-rw-r--r-- | host_vars/mullvad_uplink_sample | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/host_vars/mullvad_uplink_sample b/host_vars/mullvad_uplink_sample deleted file mode 100644 index 010d84f..0000000 --- a/host_vars/mullvad_uplink_sample +++ /dev/null @@ -1,18 +0,0 @@ ---- -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_port: < port > -wireguard_bb_ipv4: '< wg bb ipv4 >' -wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >' -mullvad_country: nl -mullvad_crt: | - -----BEGIN CERTIFICATE----- - ... - -----END CERTIFICATE----- -mullvad_key: | - -----BEGIN PRIVATE KEY----- - ... - -----END PRIVATE KEY----- |