mirror of https://github.com/ceph/ceph-ansible.git
9 lines
266 B
YAML
9 lines
266 B
YAML
|
---
|
||
|
- name: generate systemd unit file for ceph-crash container
|
||
|
template:
|
||
|
src: "{{ role_path }}/templates/ceph-crash.service.j2"
|
||
|
dest: /etc/systemd/system/ceph-crash@.service
|
||
|
owner: "root"
|
||
|
group: "root"
|
||
|
mode: "0644"
|
||
|
notify: restart ceph crash
|