aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/site.yml
blob: 96dffb57792af6fd2f6e5d5fe04f83a9bc7128c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- hosts: all
  roles:
    - role: wireguard
      tags: role_wireguard

- hosts: servers
  roles:
    - role: sshd
      tags: role_sshd
    - role: httpd
      tags: role_httpd

- hosts: stack0
  roles:
    - role: nfsd
      tags: role_nfsd
    - role: vmm
      tags: role_vmm
remember that computers suck.