9296789da9
Allows to generate SSH keys on a managed host or on localhost Change-Id: I29ec62661c3fe280f9f1101ca79985cb9cf5b4cb
13 lines
160 B
YAML
13 lines
160 B
YAML
---
|
|
|
|
- hosts: all
|
|
roles:
|
|
- tobiko-ensure-ssh-keys
|
|
|
|
- hosts: primary
|
|
roles:
|
|
- tobiko-zuul
|
|
- tobiko-configure
|
|
- ci-common-vars
|
|
- run-test
|