The nginx virtualhost can now be customized.

This commit is contained in:
Andrea Dell'Amico 2023-01-11 14:06:13 +01:00
parent 3d94f7f81e
commit 30805a91ba
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 3 deletions

View File

@ -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 }}"

View File

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