]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove ansible managed header from ceph.conf 127/head
authorSébastien Han <sebastien.han@enovance.com>
Fri, 10 Oct 2014 13:34:11 +0000 (15:34 +0200)
committerSébastien Han <sebastien.han@enovance.com>
Fri, 10 Oct 2014 13:34:11 +0000 (15:34 +0200)
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 <sebastien.han@enovance.com>
roles/ceph-common/templates/ceph.conf.j2

index bb13b85aea33e44a3f4a36d28ebc2626927f9cea..857fd463d05c81937121320519c94e3deecfe8a6 100644 (file)
@@ -1,4 +1,5 @@
-# {{ ansible_managed }}
+# This file is managed by Ansible.
+# Every change will be overwritten.
 
 [global]
 {% if cephx %}