Add InfluxDB role

This commit is contained in:
2019-12-01 20:40:40 -06:00
parent c13ce7cb4d
commit ccdf6fab93
6 changed files with 129 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
- name: reload influxdb
service:
name: "{{ influxdb_service_name }}"
state: restarted
when: influxdb_service_enabled
- name: influxdb daemon-reload
systemd:
name: "{{ influxdb_service_name }}"
daemon_reload: yes
state: restarted
# vim:ft=yaml.ansible: