There are places where we assume the control host is localhost, so this group is of little use.
8 lines
233 B
YAML
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 }}"
|