The nginx virtualhost can now be customized.

master
Andrea Dell'Amico 1 year ago
parent 3d94f7f81e
commit 30805a91ba
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF

@ -259,7 +259,7 @@ grafana_oauth_allow_assign_grafana_admin: false
# https://grafana.com/docs/grafana/next/setup-grafana/configure-security/configure-authentication/generic-oauth/#jmespath-examples
grafana_oauth_role_attribute_path: ""
nginx_virthosts:
grafana_nginx_virthosts:
- virthost_name: "{{ ansible_fqdn }}"
listen: "80"
server_name: "{{ ansible_fqdn }}"

@ -1,4 +1,3 @@
---
redis_install: true
setup_nginx: true
nginx_use_common_virthost: true
nginx_virthosts: "{{ grafana_nginx_virthosts }}"

Loading…
Cancel
Save