13 lines
248 B
YAML
13 lines
248 B
YAML
---
|
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=devel01.home.foo.sh"
|
|
|
|
- name: configure instance
|
|
hosts: devel01.home.foo.sh
|
|
user: root
|
|
gather_facts: true
|
|
|
|
vars_files:
|
|
- "{{ ansible_private }}/vars.yml"
|
|
|
|
roles:
|
|
- base
|