deployapp.yml 475 Bytes
---
- hosts: "{{ host }}"
  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: '{{ hostname }}'
     etcHost: '127.0.0.1 wdchatgateway localhost wdchatengine {{ hostname }}'
  tasks:
       - import_role:
            name: deploy