update: monitoring master stucture

This commit is contained in:
2023-01-04 03:44:47 +01:00
parent fe5391a5c2
commit f8806f30d9
4 changed files with 123 additions and 94 deletions

View File

@@ -0,0 +1,16 @@
- name: Create Compose Directory
file:
path: /opt/
state: directory
- name: Create Data Volume Directory
file:
path: /var/grafana/
state: directory
owner: 472 # grafana docker uid
group: root
- name: Copy Grafana Compose file
template:
src: grafana.yaml.j2
dest: /opt/