cbd6fcc522
Defaults to using stack/.ssh/id_rsa on the control host
7 lines
176 B
YAML
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) }}"
|