blob: e666d21ea5b3cbd87fcec1d10e8233a1d99267eb [file] [log] [blame]
Monty Taylorfb4ba8c2017-09-03 18:03:01 -05001- hosts: controller
2 tasks:
3
4 - name: Generate ARA html
5 command: ara generate html ara-output
6
7 - name: Compress ARA html
8 command: gzip --recursive --best ara-output
9
10 - name: Fetch ARA files
11 synchronize:
12 src: "{{ ansible_user_dir }}/ara-output"
13 dest: "{{ zuul.executor.log_root }}/stream-files"
14 mode: pull