Merge "Change default horizon_server_name to ansible_fqdn"
This commit is contained in:
commit
a4a642be08
@ -104,7 +104,7 @@ horizon_lib_wsgi_file: "{{ horizon_lib_dir }}/openstack_dashboard/wsgi/django.ws
|
||||
|
||||
horizon_endpoint_type: internalURL
|
||||
|
||||
horizon_server_name: "{{ ansible_hostname | default('horizon') }}"
|
||||
horizon_server_name: "{{ ansible_fqdn | default('horizon') }}"
|
||||
horizon_apache_servertokens: "Prod"
|
||||
horizon_apache_serversignature: "Off"
|
||||
horizon_log_level: info
|
||||
|
Loading…
x
Reference in New Issue
Block a user