From f3a1c6464cb9a6e39d1b43f6661f848a8f16caec Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 21 Feb 2017 12:36:54 -0600 Subject: [PATCH] update group_vars sample for rolling_update variable Signed-off-by: Andrew Schoen --- group_vars/all.yml.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index c33c60869..3c09f7c4d 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -410,3 +410,7 @@ dummy: # Set this to true to enable Object access via NFS. Requires an RGW role. #nfs_obj_gw: false +# this is only here for usage with the rolling_update.yml playbook +# do not ever change this here +#rolling_update: false + -- 2.39.5