
Ansible for installing: Chef(host) Cobbler Compass Currently only three components being on the same host is supported. Change-Id: I1f36ee77546d3e5734a69660dde9edc41dc8ea13
5 lines
123 B
Ruby
5 lines
123 B
Ruby
nginx['non_ssl_port'] = 80
|
|
nginx['enable_non_ssl'] = true
|
|
nginx['ssl_port'] = 443
|
|
nginx['url'] = "https://#{node['fqdn']}"
|