Skip to content

Instantly share code, notes, and snippets.

@lextoumbourou
Created November 24, 2013 03:58
Show Gist options
  • Save lextoumbourou/7623141 to your computer and use it in GitHub Desktop.
Save lextoumbourou/7623141 to your computer and use it in GitHub Desktop.
- name: compress capture file
command: gzip ${cap_file} chdir=/tmp
- name: copy logs to local boxes webroot
fetch: src=/tmp/${cap_file}.gz dest=/var/www/ flat=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment