blob: f095c576af8f844763d68bd2c55c31040640a9bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
- hosts: all
roles:
- common
tags:
- common
- hosts: all
roles:
- jumpcloud
tags:
- jumpcloud
- hosts: all
roles:
- wireguard
tags:
- wireguard
|