Commit fe37b419 by ansible

no message

1 parent 67d37c3c
Showing with 8 additions and 8 deletions
......@@ -15,14 +15,14 @@
- name: Deploy WDCAT - iChatManagement
command: cp /tmp/application/{{ app_version }}/iChatManagement*.war /opt/stack/admin/wildfly/standalone/deployments/.
vars:
dmapublishURL: 'publishUrl = https://{{ app_fqdn }}'
wdchatpublishURL: https://{{ app_fqdn }}
updateURL: https://{{ app_fqdn }}:444/index.html
dmaserverName: 'server_name {{ app_fqdn }};'
wdchatserverName: 'server_name {{ app_fqdn }};'
hostName: wdchat
etcHost: '127.0.0.1 wdchatgateway localhost wdchatengine wdchat'
# vars:
# dmapublishURL: 'publishUrl = https://{{ app_fqdn }}'
# wdchatpublishURL: https://{{ app_fqdn }}
# updateURL: https://{{ app_fqdn }}:444/index.html
# dmaserverName: 'server_name {{ app_fqdn }};'
# wdchatserverName: 'server_name {{ app_fqdn }};'
# hostName: wdchat
# etcHost: '127.0.0.1 wdchatgateway localhost wdchatengine wdchat'
- name: Reconfigure Customer Environment - Update publish url
expect:
command: /opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdchat -d WDCHAT -c "update wd_sys_config set sys_value = '{{ wdchatpublishURL }}' where sys_group ='system' and sys_key = 'publish_url'"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!