From aeb9cc5b42c325c4e49e2fef5b1351c80f6d9bc0 Mon Sep 17 00:00:00 2001 From: Benjamin Graillot Date: Mon, 31 Aug 2020 13:18:40 +0200 Subject: [PATCH] Do not install homes on OVH servers --- plays/root.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plays/root.yml b/plays/root.yml index 08e7bc62..b8fe4a4b 100755 --- a/plays/root.yml +++ b/plays/root.yml @@ -45,6 +45,9 @@ ldap: '{{ glob_ldap | combine(loc_ldap | default({})) }}' roles: - ldap-client + +- hosts: server,!ovh_physical + roles: - home-nounous - hosts: server,!virtu