Commit 578a4780 by ansible

upload TagApplication

1 parent 68ac2742
Showing with 33 additions and 0 deletions
---
- hosts: upload-dhipaya.prd
become: true
tasks:
- copy:
src: /tmp/dhipaya.prd/application
dest: /tmp
mode: 0744
- hosts: upload-dhipaya.dev
become: true
tasks:
- copy:
src: /tmp/dhipaya.dev/application
dest: /tmp
mode: 0744
- hosts: upload-deves.prd
become: true
tasks:
- copy:
src: /tmp/deves.prd/application
dest: /tmp
mode: 0744
- hosts: upload-deves.dev
become: true
tasks:
- copy:
src: /tmp/deves.dev/application
dest: /tmp
mode: 0744
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!