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 become: true
tasks: tasks:
- copy: - copy:
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
dest: /tmp dest: /tmp
mode: 0744 mode: 0744
- hosts: upload-dhipaya.dev - hosts: 04_upload-dhipaya.dev
become: true become: true
tasks: tasks:
- copy: - copy:
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
dest: /tmp dest: /tmp
mode: 0744 mode: 0744
- hosts: upload-deves.prd - hosts: 04_upload-deves.prd
become: true become: true
tasks: tasks:
- copy: - copy:
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
dest: /tmp dest: /tmp
mode: 0744 mode: 0744
- hosts: upload-dma-3.0.6 - hosts: 04_upload-dma-3.0.6
become: true become: true
tasks: tasks:
- copy: - copy:
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
dest: /tmp dest: /tmp
mode: 0744 mode: 0744
- hosts: upload-dma-3.1.0 - hosts: 04_upload-dma-3.1.0
become: true become: true
tasks: tasks:
- copy: - copy:
...@@ -39,10 +39,18 @@ ...@@ -39,10 +39,18 @@
dest: /tmp dest: /tmp
mode: 0744 mode: 0744
- hosts: upload-dma-3.1.2 - hosts: 04_upload-dma-3.1.2
become: true become: true
tasks: tasks:
- copy: - copy:
src: /tmp/dma.3.1.2/application src: /tmp/dma.3.1.2/application
dest: /tmp dest: /tmp
mode: 0744 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 become: true
tasks: tasks:
- copy: - copy:
......
--- ---
- hosts: upload-software-stack-configuration - hosts: 04_upload-software-stack-configuration
become: true become: true
tasks: tasks:
- copy: - copy:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!