tobiko/playbooks/infrared/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

11 lines
134 B
YAML

---
- hosts: all
roles:
- tobiko-ensure-ssh-keys
- hosts: primary
roles:
- tobiko-ensure-python3
- tobiko-inventory