Commit 1d1863f9 by ansible

Delete playbook upload_application and Change Group Name ( inventory ) by add st…

…ep number in front of group name
1 parent cbd112a4
---( Cancle )
- hosts: upload-wdchat-dma
become: true
tasks:
- copy:
src: /tmp/application
dest: /tmp
mode: 0744
\ No newline at end of file
---
- hosts: upload-dhipaya.prd
- hosts: 04_upload-dhipaya.prd
become: true
tasks:
- copy:
......@@ -7,7 +7,7 @@
dest: /tmp
mode: 0744
- hosts: upload-dhipaya.dev
- hosts: 04_upload-dhipaya.dev
become: true
tasks:
- copy:
......@@ -15,7 +15,7 @@
dest: /tmp
mode: 0744
- hosts: upload-deves.prd
- hosts: 04_upload-deves.prd
become: true
tasks:
- copy:
......@@ -23,7 +23,7 @@
dest: /tmp
mode: 0744
- hosts: upload-dma-3.0.6
- hosts: 04_upload-dma-3.0.6
become: true
tasks:
- copy:
......@@ -31,7 +31,7 @@
dest: /tmp
mode: 0744
- hosts: upload-dma-3.1.0
- hosts: 04_upload-dma-3.1.0
become: true
tasks:
- copy:
......@@ -39,10 +39,18 @@
dest: /tmp
mode: 0744
- hosts: upload-dma-3.1.2
- hosts: 04_upload-dma-3.1.2
become: true
tasks:
- copy:
src: /tmp/dma.3.1.2/application
dest: /tmp
mode: 0744
- hosts: 04_upload-dma-3.1.4
become: true
tasks:
- copy:
src: /tmp/dma.3.1.4/application
dest: /tmp
mode: 0744
\ No newline at end of file
---
- hosts: upload-software-stack
- hosts: 04_upload-software-stack
become: true
tasks:
- copy:
......
---
- hosts: upload-software-stack-configuration
- hosts: 04_upload-software-stack-configuration
become: true
tasks:
- copy:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!