summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-vpn.yml
blob: 50fbd1edce1422d89c43d868de247784667f6b44 (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
24
---
- name: Basic Setup
  hosts: ch-vpn
  roles:
  - role: apt-repo/base
  - role: core/base
  - role: core/sshd/base
  - role: core/zsh
  - role: core/ntp

- name: Payload Setup
  hosts: ch-vpn
  roles:
  - role: network/wireguard/base
  post_tasks:
  - name: install resolvconf
    apt:
      name: resolvconf
      state: present

## manual steps:
##  Download wireguard config from account.protonvpn.com
##  copy it to /etc/wireguard
## connect with: wg-quick up <config-file-name>