roles/grafana: Deploy Grafana
This commit introduces the *grafana* role and the corresponding `grafana.yml` playbook. The role installs Grafana using the system package manager, and configures the server (including LDAP authentication).
This commit is contained in:
3
roles/grafana/files/grafana.nginx.conf
Normal file
3
roles/grafana/files/grafana.nginx.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
location / {
|
||||
proxy_pass http://[::1]:3000/;
|
||||
}
|
||||
Reference in New Issue
Block a user