summaryrefslogtreecommitdiff
path: root/salt/openbook/customer_web_ui/files/customer_web_ui.json
blob: e6a78be18baeb8463091dcdb2c4dbf6428a584fb (plain)
1
2
3
4
5
6
7
8
9
{
    "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 }}"]
{% endif %}
{% endraw %}
}