ansible/playbooks/gw.yml

13 lines
204 B
YAML

---
- import_playbook: "include/vm-create.yml myhosts=gw"
- name: configure instance
hosts: gw
user: root
gather_facts: true
vars_files:
- /srv/ansible-private/vars.yml
roles:
- base