]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Only assemble {{ cluster }}.conf and osd.conf
authorMatthew Vernon <mv3@sanger.ac.uk>
Tue, 11 Apr 2017 12:27:19 +0000 (13:27 +0100)
committerMatthew Vernon <mv3@sanger.ac.uk>
Tue, 11 Apr 2017 12:27:19 +0000 (13:27 +0100)
commitbc846b7da6d9af16d9611fef7f00df6557f19def
treecf24733cdde120d9ec4299f35d463a931d6389d8
parenta9fdb81eb1e35bf18e9b8f1aa747267b00fbf7be
Only assemble {{ cluster }}.conf and osd.conf

Ansible's assemble module by default will put all files in the src
directory together into dest. We only want to put {{ cluster }}.conf
and osd.conf together, not anything that might have found its way into
/etc/ceph/ceph.d (e.g. files left by the sysadmin taking backups
before an ansible run). So specify a regexp that matches only those
two files.

Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>
roles/ceph-osd/tasks/osd_fragment.yml