From f375458aed382ae59f4995430e822c62c1bf1621 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 28 Jun 2022 14:34:07 +0200 Subject: [PATCH] Don't mount homes on thot Signed-off-by: Yohann D'ANELLO --- plays/root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/root.yml b/plays/root.yml index e9d7d0ad..5b92d4fc 100755 --- a/plays/root.yml +++ b/plays/root.yml @@ -21,7 +21,7 @@ roles: - ldap-client -- hosts: server,!ovh_physical,!tealc.adm.crans.org,!sam.adm.crans.org,!routeur-sam.adm.crans.org,!ft.adm.crans.org +- hosts: server,!ovh_physical,!tealc.adm.crans.org,!sam.adm.crans.org,!routeur-sam.adm.crans.org,!ft.adm.crans.org,!thot.adm.crans.org vars: nfs_mount: "{{ glob_home_nounou | default({}) | combine(loc_home_nounou | default({})) }}" roles: