diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/site.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/playbooks/site.yml b/playbooks/site.yml index a191eb6..96dffb5 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -1,7 +1,14 @@ +- hosts: all + roles: + - role: wireguard + tags: role_wireguard + - hosts: servers roles: - role: sshd tags: role_sshd + - role: httpd + tags: role_httpd - hosts: stack0 roles: @@ -9,5 +16,3 @@ tags: role_nfsd - role: vmm tags: role_vmm - - role: httpd - tags: role_httpd |