Files
kayobe/ansible/bootstrap.yml
Mark Goddard dbb298707a Remove config-mgmt group, instead use localhost
There are places where we assume the control host is localhost, so this group is of
little use.
2017-12-01 11:21:00 +00:00

8 lines
233 B
YAML

---
- name: Ensure configuration management host is bootstrapped
hosts: localhost
roles:
- role: bootstrap
bootstrap_ssh_key_type: "{{ ssh_key_type }}"
bootstrap_ssh_private_key_path: "{{ ssh_private_key_path }}"