influxdb: First version of role

This commit is contained in:
Timo Makinen 2022-07-12 14:07:41 +00:00
parent 54ce042c58
commit b05e702219
4 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart influxdb
ansible.builtin.service:
name: influxdb
state: restarted