File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ lines
2121 haproxy_extra_services :
2222 - service :
2323 haproxy_service_name : grafana
24- haproxy_ssl : False
24+ haproxy_ssl : " {{ haproxy_ssl }} "
2525 haproxy_backend_nodes : " {{ groups['grafana'] | default([]) }}"
2626 haproxy_port : 3000 # This is set using the "grafana_port" variable
27- haproxy_balance_type : tcp
27+ haproxy_balance_type : http
2828
2929 Deployment Process
3030------------------
@@ -68,4 +68,4 @@ install grafana
6868.. code-block :: bash
6969
7070 cd /opt/openstack-ansible-ops/grafana
71- openstack-ansible installGrafana.yml
71+ ANSIBLE_INJECT_FACT_VARS=True openstack-ansible installGrafana.yml
Original file line number Diff line number Diff line change 22
33collections :
44- name : grafana.grafana
5- version : 2.2.3
5+ version : 5.6.0
66 type : galaxy
You can’t perform that action at this time.
0 commit comments