add: oauth grafana support

This commit is contained in:
2023-06-30 16:40:55 +00:00
parent 02dfce99e0
commit 911ea0ee0f
7 changed files with 1521 additions and 25 deletions

View File

@@ -1,16 +0,0 @@
- 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/

View File

@@ -12,13 +12,6 @@
- icinga
- monitoring-master
- name: Grafana.yaml
include: icinga.yaml
when: monitoring_master
tags:
- grafana
- monitoring-master
- name: logs.yaml
include: logs.yaml
when: monitoring_master