diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/site.yml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/playbooks/site.yml b/playbooks/site.yml index 96dffb5..d354cb7 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -7,12 +7,23 @@ roles: - role: sshd tags: role_sshd - - role: httpd - tags: role_httpd - 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 |