deployapp.yml
454 Bytes
---
- 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