Commit 67d37c3c by ansible

no message

1 parent 415c93c9
Showing with 17 additions and 8 deletions
---
- hosts: NewServer
become: true
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'
tasks:
- import_role:
name: deploy
\ No newline at end of file
......@@ -9,14 +9,14 @@
- name: End Deploy DMA - ims
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'
# 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
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!