ceph-ansible/roles/ceph-nfs/tasks/systemd.yml

10 lines
251 B
YAML

---
- name: generate systemd unit file
become: true
template:
src: "{{ role_path }}/templates/ceph-nfs.service.j2"
dest: /etc/systemd/system/ceph-nfs@.service
owner: "root"
group: "root"
mode: "0644"
notify: restart ceph nfss