summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2018-07-22 14:13:10 +0200
committerNiklas Yann Wettengel <niyawe@niyawe.de>2018-07-22 14:13:10 +0200
commit16b105a2fcd0760d9ed9aa8a4f845bfb4d07a927 (patch)
treeb7122ebf21a3e935eb22657b82891ca3a0c5ea84
parenta859fd25689674f431cb4993a558c587a979c3fd (diff)
removed old host_vars samples
-rw-r--r--host_vars/ffrl_uplink_sample17
-rw-r--r--host_vars/icvpn_sample9
-rw-r--r--host_vars/mullvad_uplink_sample18
3 files changed, 0 insertions, 44 deletions
diff --git a/host_vars/ffrl_uplink_sample b/host_vars/ffrl_uplink_sample
deleted file mode 100644
index ecd7a4e..0000000
--- a/host_vars/ffrl_uplink_sample
+++ /dev/null
@@ -1,17 +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::) >'
-ffrl_ip4: '< ffrl public ip >'
-ffrl_peers:
- - name: 'name'
- remote: 'ffrl gateway ipv4'
- ip4: 'tunnel ipv4'
- peer_ip4: 'tunnel ipv4 ffrl side'
- ip6: 'tunnel ipv6'
- peer_ip6: 'tunnel ipv6 ffrl side'
diff --git a/host_vars/icvpn_sample b/host_vars/icvpn_sample
deleted file mode 100644
index 3aaa6b4..0000000
--- a/host_vars/icvpn_sample
+++ /dev/null
@@ -1,9 +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_ipv4: '< wg bb ipv4 >'
-wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >'
-wireguard_bb_port: < port >
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-----