prometheus: First version of role

This commit is contained in:
Timo Makinen 2023-08-19 17:29:00 +00:00
parent 051acc86cc
commit 9b1aa236c5
6 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart prometheus
ansible.builtin.service:
name: prometheus
state: restarted