ceph-ansible/roles/ceph-node-exporter/tasks/setup_container.yml

11 lines
222 B
YAML

---
- name: include_tasks systemd.yml
include_tasks: systemd.yml
- name: start the node_exporter service
systemd:
name: node_exporter
state: started
enabled: yes
daemon_reload: yes
failed_when: false