{ "log.path": "{{ pillar["customer_web_ui"]["log"] }}" {% raw %} {% if "True" == openbook_install_customer_web_ui|string() %} ,"application.port": {{ openbook_customer_web_ui_port }} ,"cluster.interfaces": ["{{ ansible_default_ipv4.address }}"] ,"jwt.signature.key": "{{ openbook_jwt_signature_key }}" {% endif %} {% if openbook_disable_ssl_cert %} ,"application.disableSSL": true {% elif openbook_ssl_cert and openbook_ssl_key %} ,"ssl.cert.path": "{{ openbook_ssl_cert }}" ,"ssl.key.path": "{{ openbook_ssl_key }}" {% endif %} {% endraw %} }