Commit 362f39e3 by ansible

no message

1 parent 25575193
Showing with 0 additions and 8 deletions
...@@ -9,14 +9,6 @@ ...@@ -9,14 +9,6 @@
- name: End Deploy DMA - ims - name: End Deploy DMA - ims
command: cp /tmp/application/{{ app_version }}/ims-1.0.6.0.war /opt/stack/runtime/wildfly/standalone/deployments/. command: cp /tmp/application/{{ app_version }}/ims-1.0.6.0.war /opt/stack/runtime/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'
- name: Begin Reconfigure Customer Environment - Update NginX DMA server name - name: Begin Reconfigure Customer Environment - Update NginX DMA server name
copy: content="{{ dmaserverName }}" dest=/opt/stack/nginx/conf/dmadomain.conf copy: content="{{ dmaserverName }}" dest=/opt/stack/nginx/conf/dmadomain.conf
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!