kayobe/ansible/bootstrap.yml

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