From 56139509f4ae71b2b8f2f9ab842ad0216534106c Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Thu, 3 Jan 2019 19:23:16 +0100 Subject: [PATCH] Don't execute the Playbook without reading this --- ldap.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ldap.yml b/ldap.yml index 0e10c2a..f46ea80 100644 --- a/ldap.yml +++ b/ldap.yml @@ -5,7 +5,8 @@ - ldap-client # Clone LDAP on local geographic location -- hosts: ldap-replica - roles: - - ldap-replica +# DON'T DO THIS AS IT RECREATES THE REPLICA +#- hosts: ldap-replica +# roles: +# - ldap-replica