Ian Wienand c68bf20246 Add validate-host and log-inventory
Add two helper roles to the base job examples.

Change-Id: I205773a4bf2d085206dfac18d51ed957ff7202a4
2018-06-20 19:28:28 +10:00

11 lines
299 B
YAML

- hosts: all
roles:
- add-build-sshkey
- prepare-workspace
# This role ensures basic connectivity and produces some
# helpful information in zuul-info/
- validate-host
# This roles copies the ansible inventory to zuul-info/
# for debugging purposes
- log-inventory