summaryrefslogtreecommitdiff
path: root/templates/customer_web_ui/etc/openbook/customer-web-ui/customer-web-ui.json
blob: e743a7dbe5b5a7027138fbd42d5fa3298ce82836 (plain)
1
2
3
4
5
6
7
8
9
{
    "log.path": "/var/log/openbook/customer-web-ui/customer-web-ui.log"

{% if "True" == openbook_install_customer_web_ui|string() %}
    ,"application.port": {{ openbook_customer_web_ui_port }}
    ,"cluster.interfaces": ["{{ ansible_default_ipv4.address }}"]
{% endif %}

}