Add grafana playbook and machine #69

Merged
erdnaxe merged 5 commits from grafana into master 2021-11-27 18:34:46 +01:00
Showing only changes of commit e2acfd4031 - Show all commits

View file

@ -24,7 +24,7 @@ ssl_skip_verify = false
bind_dn = "{{ grafana.ldap.bind_dn }}" bind_dn = "{{ grafana.ldap.bind_dn }}"
# Search user bind password # Search user bind password
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;""" # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
bind_password = "{{ grafana.ldap.bind_password }}" bind_password = '{{ grafana.ldap.bind_password }}'
# User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)" # User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"
search_filter = "(cn=%s)" search_filter = "(cn=%s)"