diff options
Diffstat (limited to 'playbooks/legacy/grenade-dsvm-cinder-mn-sub-volschbak/post.yaml')
-rw-r--r-- | playbooks/legacy/grenade-dsvm-cinder-mn-sub-volschbak/post.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/playbooks/legacy/grenade-dsvm-cinder-mn-sub-volschbak/post.yaml b/playbooks/legacy/grenade-dsvm-cinder-mn-sub-volschbak/post.yaml new file mode 100644 index 000000000..e07f5510a --- /dev/null +++ b/playbooks/legacy/grenade-dsvm-cinder-mn-sub-volschbak/post.yaml @@ -0,0 +1,15 @@ +- hosts: primary + tasks: + + - name: Copy files from {{ ansible_user_dir }}/workspace/ on node + synchronize: + src: '{{ ansible_user_dir }}/workspace/' + dest: '{{ zuul.executor.log_root }}' + mode: pull + copy_links: true + verify_host: true + rsync_opts: + - --include=/logs/** + - --include=*/ + - --exclude=* + - --prune-empty-dirs |