This host is intended for development purposes and is not included in default playbooks. Start with: ansible-playbook playbooks/devel.yml -i hosts.devel
13 lines
241 B
YAML
13 lines
241 B
YAML
---
|
|
- import_playbook: "include/vm-create.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
|