diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-11 11:55:55 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-11 11:55:55 +0000 |
commit | 13ef8e5744442b6a6d61a96888f87a1c96c44ba6 (patch) | |
tree | 02d217738020807cbb79bd9cf6b382d8e0f1348d /playbooks | |
parent | 4c65e7d4cbc3e0bfee426c05e88690ea2a486673 (diff) | |
download | rules-13ef8e5744442b6a6d61a96888f87a1c96c44ba6.tar.gz |
roles: Add nfsclient
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 |