|
|
@ -52,6 +52,8 @@
|
|
|
|
with_items:
|
|
|
|
with_items:
|
|
|
|
- /tmp/bigfile.out
|
|
|
|
- /tmp/bigfile.out
|
|
|
|
- /tmp/bigbigfile.out
|
|
|
|
- /tmp/bigbigfile.out
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- requires_local_sudo
|
|
|
|
|
|
|
|
|
|
|
|
- name: Copy 32MiB file via localhost sudo
|
|
|
|
- name: Copy 32MiB file via localhost sudo
|
|
|
|
delegate_to: localhost
|
|
|
|
delegate_to: localhost
|
|
|
@ -59,6 +61,8 @@
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
src: /tmp/bigfile.in
|
|
|
|
src: /tmp/bigfile.in
|
|
|
|
dest: /tmp/bigfile.out
|
|
|
|
dest: /tmp/bigfile.out
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- requires_local_sudo
|
|
|
|
|
|
|
|
|
|
|
|
- name: Copy 320MiB file via localhost sudo
|
|
|
|
- name: Copy 320MiB file via localhost sudo
|
|
|
|
delegate_to: localhost
|
|
|
|
delegate_to: localhost
|
|
|
@ -66,6 +70,8 @@
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
src: /tmp/bigbigfile.in
|
|
|
|
src: /tmp/bigbigfile.in
|
|
|
|
dest: /tmp/bigbigfile.out
|
|
|
|
dest: /tmp/bigbigfile.out
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- requires_local_sudo
|
|
|
|
|
|
|
|
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- resource_intensive
|
|
|
|
- resource_intensive
|
|
|
|