From c4edd14b8aaf65d1db86074b0109b89ae609d4b3 Mon Sep 17 00:00:00 2001 From: binary Date: Wed, 2 Dec 2020 18:36:25 +0100 Subject: Refactor based on bhyve setup --- roles/vmm/tasks/init_hypervisor.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 roles/vmm/tasks/init_hypervisor.yml (limited to 'roles/vmm/tasks/init_hypervisor.yml') diff --git a/roles/vmm/tasks/init_hypervisor.yml b/roles/vmm/tasks/init_hypervisor.yml deleted file mode 100644 index b206279..0000000 --- a/roles/vmm/tasks/init_hypervisor.yml +++ /dev/null @@ -1,13 +0,0 @@ - -# vmm ~~ tasks/init_hypervisor.yml - ---- - -- include_tasks: download_iso.yml - vars: - iso="{{ item.name }}" - with_items: "{{ vmm.iso }}" - -- include: generate_vmconf.yml guest="{{ item }}" - loop: "{{ hostvars[ansible_host] }}.vm.hosts" - -- cgit v1.2.3