Tonne of updates
This commit is contained in:
6
bunker-ops/roles/monitoring/handlers/main.yml
Normal file
6
bunker-ops/roles/monitoring/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Restart monitoring stack
|
||||
ansible.builtin.command:
|
||||
cmd: docker compose --profile monitoring up -d --force-recreate prometheus-changemaker
|
||||
chdir: "{{ cml_deploy_path }}"
|
||||
changed_when: true
|
||||
Reference in New Issue
Block a user