aboutsummaryrefslogblamecommitdiffstats
path: root/playbooks/site.yml
blob: d354cb78c553eebaeec6b0b6fe033142f3432d43 (plain) (tree)
1
2
3
4
5




                          








                     












                          

                    
- 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: servers
  roles:
    - role: httpd
      tags: role_httpd

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