Commit 8f533092 by ansible

add new host "deploy-wdchat-dma-single-host"

1 parent 67797a30
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Deploy NTP Configuration
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Deploy Server Certificate File
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Deploy iChat-1.1.1.war
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Create User & Database for WDCHAT 7017
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Create Database WDCHAT & WDAUTHEN & USER
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
#- name: Insert Initial Data for WDCHAT 7017
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Copy root
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Copy Script
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Add Engine Service
......
---
- hosts: deployed-wdchat-dma
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- name: Deploy iChat-1.1.1.war
......
......@@ -3,6 +3,18 @@
become: true
tasks:
- name: Extract File
command: tar -zxvf /tmp/source/webgate.3.0.4.tar.gz -C /tmp/source/
- name: Backup current configuration
command: mv /opt/stack/nginx/conf /opt/stack/nginx/bkconf
- name: Deploy new configuration
command: mv /tmp/source/conf /opt/stack/nginx/.
- name: Delete backup configuration
command: rm -r /opt/stack/nginx/bkconf
- hosts: deploy-wdchat-dma-single-host
become: true
tasks:
- name: Extract File
command: tar -zxvf /tmp/source/webgate.singlehost.conf.tar.gz -C /tmp/source/
- name: Backup current configuration
command: mv /opt/stack/nginx/conf /opt/stack/nginx/bkconf
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!