From 13ef8e5744442b6a6d61a96888f87a1c96c44ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 11 Dec 2021 11:55:55 +0000 Subject: roles: Add nfsclient --- playbooks/site.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'playbooks') 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 -- cgit v1.2.3