9 lines
161 B
YAML
9 lines
161 B
YAML
---
|
|
- name: Bootstrap an AIO install
|
|
hosts: "{{ host | default('aio1') }}"
|
|
become: true
|
|
|
|
- import_playbook: setup-distributed.yml
|
|
vars:
|
|
aio_install: 1
|