tobiko/playbooks/tripleo/pre.yaml
Federico Ressi 9296789da9 Generate SSH keys on the first host in the inventory
Allows to generate SSH keys on a managed host or on localhost

Change-Id: I29ec62661c3fe280f9f1101ca79985cb9cf5b4cb
2022-02-08 13:55:52 +01:00

13 lines
160 B
YAML

---
- hosts: all
roles:
- tobiko-ensure-ssh-keys
- hosts: primary
roles:
- tobiko-zuul
- tobiko-configure
- ci-common-vars
- run-test