Compare commits
No commits in common. "e2e7f4c51183868f4cb6c1d87d9c2b4c355a7346" and "20425023fc6b9f23c63dcc544d6b399be8e7f2e4" have entirely different histories.
e2e7f4c511
...
20425023fc
3 changed files with 2 additions and 15 deletions
|
|
@ -110,15 +110,3 @@
|
|||
client_authenticator_type: client-secret
|
||||
id: a6960246-4aa9-495f-8843-69d664dba0ea
|
||||
secret: "{{ grafana_kc_client_secret }}"
|
||||
|
||||
- name: Updating ca certificates of Grafana container
|
||||
community.docker.docker_container_exec:
|
||||
user: 0
|
||||
command: update-ca-certificates
|
||||
container: infra-grafana
|
||||
|
||||
- name: Restarting grafana container
|
||||
community.docker.docker_container:
|
||||
name: infra-grafana
|
||||
state: started
|
||||
restart: true
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@
|
|||
remove_volumes: true
|
||||
|
||||
- name: Deleting infra folder contents
|
||||
ansible.builtin.shell: rm -r /opt/infra/*
|
||||
ansible.builtin.command: rm -r /opt/infra/*
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ services:
|
|||
- grafana-storage:/var/lib/grafana
|
||||
- type: bind
|
||||
source: ./grafana/mforcen.crt
|
||||
target: /usr/local/share/ca-certificates/mforcen.crt
|
||||
target: /etc/ssl/mforcen.crt
|
||||
- type: bind
|
||||
source: ./grafana/ssl
|
||||
target: /ssl
|
||||
|
|
@ -86,7 +86,6 @@ services:
|
|||
GF_AUTH_GENERIC_OAUTH_ENABLED: true
|
||||
GF_AUTH_GENERIC_OAUTH_CLIENT_ID: grafana
|
||||
GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET: {{ grafana_kc_client_secret }}
|
||||
GF_AUTH_GENERIC_OAUTH_SCOPES: openid email profile offline_access roles
|
||||
GF_AUTH_GENERIC_OAUTH_EMAIL_ATTRIBUTE_PATH: email
|
||||
GF_AUTH_GENERIC_OAUTH_LOGIN_ATTRIBUTE_PATH: username
|
||||
GF_AUTH_GENERIC_OAUTH_NAME_ATTRIBUTE_PATH: full_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue