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 <sebastien.han@enovance.com>
pull/127/head
Sébastien Han 2014-10-10 15:34:11 +02:00
parent c677d40615
commit f34e60813b
1 changed files with 2 additions and 1 deletions

View File

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