Monty Taylor | fb4ba8c | 2017-09-03 18:03:01 -0500 | [diff] [blame] | 1 | - 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 |