kayobe/ansible/bootstrap.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

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 }}"