diff options
author | binary <me@rgoncalves.se> | 2020-12-02 18:36:25 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-02 18:36:25 +0100 |
commit | c4edd14b8aaf65d1db86074b0109b89ae609d4b3 (patch) | |
tree | 94e123449ce228ce1bff2dcb701f72956b1ad72c /roles/vmm/tasks/init_hypervisor.yml | |
parent | 8478e90356b6738a13eed3878000d0e112074960 (diff) | |
download | infrastructure-c4edd14b8aaf65d1db86074b0109b89ae609d4b3.tar.gz |
Refactor based on bhyve setup
Diffstat (limited to 'roles/vmm/tasks/init_hypervisor.yml')
-rw-r--r-- | roles/vmm/tasks/init_hypervisor.yml | 13 |
1 files changed, 0 insertions, 13 deletions
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" - |