summaryrefslogtreecommitdiff
path: root/templates/customer_web_ui/etc
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-13 16:50:55 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-13 16:50:55 -0700
commitffa2a169ea98fb54a29d90ca158059e79e2816ba (patch)
tree018461d031b71178fa48b9672d8e39bac4de1270 /templates/customer_web_ui/etc
initial commit
Diffstat (limited to 'templates/customer_web_ui/etc')
-rw-r--r--templates/customer_web_ui/etc/openbook/customer-web-ui/customer-web-ui.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/customer_web_ui/etc/openbook/customer-web-ui/customer-web-ui.json b/templates/customer_web_ui/etc/openbook/customer-web-ui/customer-web-ui.json
new file mode 100644
index 0000000..e743a7d
--- /dev/null
+++ b/templates/customer_web_ui/etc/openbook/customer-web-ui/customer-web-ui.json
@@ -0,0 +1,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 %}
+
+}