mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:58:34 +01:00
add: oauth grafana support
This commit is contained in:
@@ -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/
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user