Add validate-host and log-inventory

Add two helper roles to the base job examples.

Change-Id: I205773a4bf2d085206dfac18d51ed957ff7202a4
This commit is contained in:
Ian Wienand 2018-06-20 19:26:59 +10:00
parent e79613fa30
commit c68bf20246
2 changed files with 12 additions and 0 deletions

View File

@ -2,3 +2,9 @@
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

View File

@ -2,3 +2,9 @@
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