add import of vars to virt-instance create, should get almost all our hosts

This commit is contained in:
Kevin Fenzi 2018-10-01 22:07:15 +00:00
parent 06df62f7ae
commit a9feedd9e0

View file

@ -1,6 +1,7 @@
#
# This task is the thing that creates a vm for later use
#
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- name: get vm list
delegate_to: "{{ vmhost }}"