Commit 67d37c3c by ansible

no message

1 parent 415c93c9
Showing with 17 additions and 8 deletions
--- ---
- hosts: NewServer - hosts: NewServer
become: true 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: tasks:
- import_role: - import_role:
name: deploy name: deploy
\ No newline at end of file
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
- 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: # vars:
dmapublishURL: 'publishUrl = https://{{ app_fqdn }}' # dmapublishURL: 'publishUrl = https://{{ app_fqdn }}'
wdchatpublishURL: https://{{ app_fqdn }} # wdchatpublishURL: https://{{ app_fqdn }}
updateURL: https://{{ app_fqdn }}:444/index.html # updateURL: https://{{ app_fqdn }}:444/index.html
dmaserverName: 'server_name {{ app_fqdn }};' # dmaserverName: 'server_name {{ app_fqdn }};'
wdchatserverName: 'server_name {{ app_fqdn }};' # wdchatserverName: 'server_name {{ app_fqdn }};'
hostName: wdchat # hostName: wdchat
etcHost: '127.0.0.1 wdchatgateway localhost wdchatengine 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!