works, but needs to be cleaned up

This commit is contained in:
2023-02-09 18:01:15 +01:00
parent 2c76251533
commit b49d299578
5 changed files with 203 additions and 52 deletions

View File

@ -1,9 +1,10 @@
---
- name: 'prometheus | server | restart container'
docker_container:
name: prometheus
restart: yes
tags: ['prometheus']
- name: 'grafana-prometheus | server | restart container'
systemd:
name: docker-compose@grafana-prometheus.service
state: restarted
enabled: yes
tags: ['grafana-prometheus']
- name: 'prometheus | node exporter | restart service'
systemd: