project-config/playbooks/base-minimal/post-logs.yaml

11 lines
258 B
YAML

- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs_project_config }}"
- role: ara-report
- hosts: "{{ site_logs_project_config.fqdn }}"
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"