fetch_results.yaml 313 Bytes
Newer Older
1
2
3
4
5
6
7
- name: Fetch Results
  hosts: all
  gather_facts: true
  tasks:
    - name: Synchronize Output Directory
      ansible.posix.synchronize:
        mode: pull
8
        src: '{{ sb_output_dir }}/'
9
        dest: '{{ absolute_output_dir }}/nodes/{{ ansible_hostname }}'
10
11
        rsync_opts:
          - --exclude=nodes