summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-vpn.yml
blob: b6d98b07def67d89088cce5f557a0dabde31d4bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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