]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
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)
commitf34e60813b80e3a991c16a1ad01ec2bd6a6cdad2
tree8bb3447b8cd3dd0932c2c9844351d0c7a9631bc6
parentc677d40615d06db1c5cc3a16a6dd7483c0c2af54
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>
roles/ceph-common/templates/ceph.conf.j2