From 477b6b1905bf750196d62166d1165c6e75cea6d7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 Feb 2021 20:54:20 +0100 Subject: add host ch-vpn --- chaos-at-home/ch-vpn.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 chaos-at-home/ch-vpn.yml (limited to 'chaos-at-home/ch-vpn.yml') 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 -- cgit v1.2.3