Guest User

Untitled

a guest
Jul 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. - name: backup tomcat_jira_init.tar.gz
  2. archive:
  3. path: /etc/init.d/tomcat_jira
  4. dest: /home/alessio/Jira_Backup2/tomcat_jira_init.tar.gz
  5.  
  6. - name: backup tomcat_jira_init.tar.gz
  7. archive:
  8. path: /etc/init.d/tomcat_jira
  9. dest: /tmp/tomcat_jira_init.tar.gz
  10.  
  11. - name: pull the aerchive from the remote machine
  12. fetch:
  13. src: /tmp/tomcat_jira_init.tar.gz
  14. dest: /home/alessio/Jira_Backup2/
  15. flat: yes
  16.  
  17. - name: (optionally) delete the temp archive at the remote end
  18. file:
  19. path: /tmp/tomcat_jira_init.tar.gz
  20. state: absent
Add Comment
Please, Sign In to add comment