summaryrefslogtreecommitdiff
path: root/playbooks/zuul-stream/post-ara.yaml
blob: e666d21ea5b3cbd87fcec1d10e8233a1d99267eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- hosts: controller
  tasks:

    - name: Generate ARA html
      command: ara generate html ara-output

    - name: Compress ARA html
      command: gzip --recursive --best ara-output

    - name: Fetch ARA files
      synchronize:
        src: "{{ ansible_user_dir }}/ara-output"
        dest: "{{ zuul.executor.log_root }}/stream-files"
        mode: pull