From: Sébastien Han Date: Fri, 10 Oct 2014 13:34:11 +0000 (+0200) Subject: Remove ansible managed header from ceph.conf X-Git-Tag: v1.0.0~322^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f34e60813b80e3a991c16a1ad01ec2bd6a6cdad2;p=ceph-ansible.git Remove ansible managed header from ceph.conf In ceph-common you load {{ ansible_managed }} at the top of the main config file - this will trigger handlers on that file whenever an Ansible run is made. I'd suggest replacing it with a vanilla text comment 'managed by Ansible' to warn admins but avoid unnecessary cluster bounces. fixes: #125 Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index bb13b85ae..857fd463d 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -1,4 +1,5 @@ -# {{ ansible_managed }} +# This file is managed by Ansible. +# Every change will be overwritten. [global] {% if cephx %}