mirror of https://github.com/ceph/ceph-ansible.git
Only include cluster.conf and osd.conf when building ceph.conf
This is the same fix aspull/1431/headbc846b7da6
applied to the other part of the code-base that builds ceph.conf (I'd missed that349b9ab3e7
had duplicated this code). Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>
parent
bc846b7da6
commit
e3a6429e73
|
@ -25,6 +25,7 @@
|
|||
assemble:
|
||||
src: /etc/ceph/ceph.d/
|
||||
dest: /etc/ceph/{{ cluster }}.conf
|
||||
regexp: "^(({{cluster}})|(osd)).conf$"
|
||||
owner: "ceph"
|
||||
group: "ceph"
|
||||
mode: "0644"
|
||||
|
|
Loading…
Reference in New Issue