summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-vpn.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/ch-vpn.yml')
-rw-r--r--chaos-at-home/ch-vpn.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/chaos-at-home/ch-vpn.yml b/chaos-at-home/ch-vpn.yml
new file mode 100644
index 00000000..b6d98b07
--- /dev/null
+++ b/chaos-at-home/ch-vpn.yml
@@ -0,0 +1,23 @@
+---
+- name: Basic Setup
+ hosts: ch-vpn
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd
+ - role: core/zsh
+ - role: core/ntp
+ - role: apt-repo/spreadspace
+ - role: network/wireguard/base
+ - role: apt-repo/nordvpn
+ post_tasks:
+ - name: install nordvpn
+ apt:
+ name: nordvpn
+ state: present
+
+## nordvpn settings:
+
+# nordvpn set technology NordLynx
+# nordvpn whitelist add subnet 192.168.28.0/24
+# nordvpn whitelist add subnet 192.168.32.0/24