Add influxdb role

This commit is contained in:
Timotej Lazar 2024-09-27 16:14:10 +02:00
parent 1f5d2f6238
commit d0f3d828df
5 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,11 @@
- name: restart influxdb
service:
name: influxdb
state: restarted
when: "'handler' not in ansible_skip_tags"
- name: reload nginx
service:
name: nginx
state: reloaded
when: "'handler' not in ansible_skip_tags"