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