aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
blob: 07aeb0612497ef18a4cc6e04aed268c72ed1b4aa (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
- hosts: all
  roles:
    - common
  tags:
    - common

- hosts: all
  roles:
    - jumpcloud
  tags:
    - jumpcloud

- hosts: all
  roles:
    - ufw
  tags:
    - ufw

- hosts: all
  roles:
    - wireguard
  tags:
    - wireguard