cbd6fcc522
Defaults to using stack/.ssh/id_rsa on the control host
8 lines
235 B
YAML
8 lines
235 B
YAML
---
|
|
- name: Ensure configuration management host is bootstrapped
|
|
hosts: config-mgmt
|
|
roles:
|
|
- role: bootstrap
|
|
bootstrap_ssh_key_type: "{{ ssh_key_type }}"
|
|
bootstrap_ssh_private_key_path: "{{ ssh_private_key_path }}"
|