Create executor-info role

Add a role where we can collect information about a zuul-executor.
This will be useful to know where a job ran.

Change-Id: Id5577503e8ddaf6706db6ab04cd77931fead1d68
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-07-12 12:08:26 -04:00
parent 1c6a35b7f1
commit 0b1700e647
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
An ansible role to collect information about a zuul-executor

View File

@ -0,0 +1,4 @@
- name: Collect information about zuul-executor.
debug:
msg: "Launched by {{ ansible_fqdn }}"
delegate_to: localhost