7 lines
154 B
YAML
7 lines
154 B
YAML
---
|
|
- import_playbook: "include/vm-create.yml myhosts=mirror01.home.foo.sh"
|
|
|
|
- name: configure instance
|
|
hosts: mirror
|
|
user: root
|
|
gather_facts: true
|