kayobe/ansible/kolla-host.yml
Mark Goddard cbd6fcc522 Make SSH keys configurable
Defaults to using stack/.ssh/id_rsa on the control host
2017-02-16 10:44:31 +00:00

7 lines
176 B
YAML

---
- name: Ensure Kolla hosts are configured
hosts: seed:controllers
roles:
- role: kolla-host
kolla_authorized_key: "{{ lookup('file', ssh_public_key_path) }}"