9296789da9
Allows to generate SSH keys on a managed host or on localhost Change-Id: I29ec62661c3fe280f9f1101ca79985cb9cf5b4cb
11 lines
134 B
YAML
11 lines
134 B
YAML
---
|
|
|
|
- hosts: all
|
|
roles:
|
|
- tobiko-ensure-ssh-keys
|
|
|
|
- hosts: primary
|
|
roles:
|
|
- tobiko-ensure-python3
|
|
- tobiko-inventory
|