summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-26 19:48:22 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-26 19:48:22 +0100
commitc8fd912db722bd5cc3021a798dc711183ae9f3fb (patch)
tree1757a7554aa3756eecc1def1b69cc9d185086016 /chaos-at-home
parentupdate: chaos-at-home.org DNS zone (diff)
ch-vpn: reinstall and prepare for protonvpn
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-vpn.yml24
1 files changed, 13 insertions, 11 deletions
diff --git a/chaos-at-home/ch-vpn.yml b/chaos-at-home/ch-vpn.yml
index 4bed3604..50fbd1ed 100644
--- a/chaos-at-home/ch-vpn.yml
+++ b/chaos-at-home/ch-vpn.yml
@@ -7,16 +7,18 @@
- role: core/sshd/base
- role: core/zsh
- role: core/ntp
+
+- name: Payload Setup
+ hosts: ch-vpn
+ roles:
- role: network/wireguard/base
- #- role: apt-repo/nordvpn
- # post_tasks:
- # - name: install nordvpn
- # apt:
- # name: nordvpn
- # state: present
+ post_tasks:
+ - name: install resolvconf
+ apt:
+ name: resolvconf
+ state: present
-### nordvpn settings:
-# nordvpn set technology NordLynx
-# nordvpn set killswitch on
-# nordvpn whitelist add subnet 192.168.28.0/24
-# nordvpn whitelist add subnet 192.168.32.0/24
+## manual steps:
+## Download wireguard config from account.protonvpn.com
+## copy it to /etc/wireguard
+## connect with: wg-quick up <config-file-name>