summaryrefslogtreecommitdiff
path: root/salt/openbook/customer_web_ui/files/customer_web_ui.json
blob: 34c95c72bc71eb051102048166d5106cbcb2ec1d (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 %}
}