--- - 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