blob: eef50b8bc76ea4cdc39ab516a95d74ac13caf3dc (
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
25
26
27
28
29
30
31
32
33
34
|
- hosts: all
roles:
- role: wireguard
tags: role_wireguard
- hosts: servers
roles:
- role: sshd
tags: role_sshd
- hosts: stack0
roles:
- role: nfsd
tags: role_nfsd
- hosts: stack0-*
roles:
- role: nfsclient
tags: role_nfsclient
- hosts: stack0-dev0
roles:
- role: cgit
tags: role_cgit
- hosts: servers
roles:
- role: httpd
tags: role_httpd
- hosts: stack0
roles:
- role: vmm
tags: role_vmm
|