aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/wireguard.yml
blob: d995b5c89f89c01c5cc60b0c075ab0f5a3db190c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

# site.yml
# Deploy configuration to all servers.

---

- hosts: all
  gather_facts: no
  roles:
    - wireguard

remember that computers suck.