Commit 163fe87a by ansible

no message

1 parent 3b0188ba
--- ---
- hosts: wdchat-dma - hosts: deployed-wdchat-dma
become: true
tasks: tasks:
- name: Copy root - name: Copy root
command: cp /tmp/source/root.tar.gz /root/root.tar.gz command: cp /tmp/source/root.tar.gz /root/root.tar.gz
......
--- ---
- hosts: wdchat-dma - hosts: deployed-wdchat-dma
become: true become: true
tasks: tasks:
- name: Copy Script - name: Copy Script
......
--- ---
- hosts: wdchat-dma - hosts: deployed-wdchat-dma
become: true become: true
tasks: tasks:
- name: Add Engine Service - name: Add Engine Service
......
--- ---
- hosts: wdchat-dma - hosts: deployed-wdchat-dma
become: true become: true
tasks: tasks:
- name: Deploy iChat-1.1.1.war - name: Deploy iChat-1.1.1.war
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!