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




                          








                       








                     





                          




                     






                      

                    
- hosts: all
  roles:
    - role: wireguard
      tags: role_wireguard

- hosts: dc0
  roles:
    - role: pf
      tags: role_pf
    - role: relayd
      tags: role_relayd
    - role: acme
      tags: role_acme

- 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
remember that computers suck.