blob: eef50b8bc76ea4cdc39ab516a95d74ac13caf3dc (
plain) (
tree)
|
|
- 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
|