Rename forrest role to prometheus

Makes organising much simpler
This commit is contained in:
Jake Howard
2024-04-21 19:47:02 +01:00
parent ffbba254fb
commit ee96e6ab08
12 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,14 @@
- name: restart grafana
shell:
chdir: /opt/grafana
cmd: "{{ docker_update_command }}"
- name: restart prometheus
shell:
chdir: /opt/prometheus
cmd: "{{ docker_update_command }}"
- name: reload prometheus
shell:
chdir: /opt/prometheus
cmd: docker-compose exec prometheus kill -HUP 1