summaryrefslogtreecommitdiff
path: root/dan/vm-deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/vm-deploy.yml')
-rw-r--r--dan/vm-deploy.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/dan/vm-deploy.yml b/dan/vm-deploy.yml
deleted file mode 100644
index 8530b14a..00000000
--- a/dan/vm-deploy.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- name: generate os image
- hosts: "{{ install_hostname }}"
- connection: local
- gather_facts: no
- roles:
- - role: "installer/{{ install_distro }}/image"
-
-- name: cook variables for host
- hosts: "{{ install_hostname }}"
- gather_facts: no
- tasks:
- - set_fact:
- install: "{{ install | default({}) }}"
- network: "{{ network | default({}) }}"
- vm_host: "{{ vm_host | default({}) }}"
-
-- import_playbook: ../common/vm-deploy.yml