summaryrefslogtreecommitdiff
path: root/dan/vm-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/vm-install.yml')
-rw-r--r--dan/vm-install.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/dan/vm-install.yml b/dan/vm-install.yml
deleted file mode 100644
index da6a29a5..00000000
--- a/dan/vm-install.yml
+++ /dev/null
@@ -1,11 +0,0 @@
----
-- 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-install.yml