ansible-ceph/roles/ceph-exporter/tasks/systemd.yml
2026-04-06 07:08:17 +03:00

10 lines
295 B
YAML

---
- name: Generate systemd unit file for ceph-exporter container
ansible.builtin.template:
src: "{{ role_path }}/templates/ceph-exporter.service.j2"
dest: /etc/systemd/system/ceph-exporter@.service
owner: "root"
group: "root"
mode: "0644"
notify: Restart ceph exporter