From ff35c64d337a286ac2864c8403c1840e28bb23b1 Mon Sep 17 00:00:00 2001 From: spmfox Date: Sun, 28 May 2023 10:02:07 -0400 Subject: Initial commit --- vm-create.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vm-create.yml (limited to 'vm-create.yml') diff --git a/vm-create.yml b/vm-create.yml new file mode 100644 index 0000000..323e11e --- /dev/null +++ b/vm-create.yml @@ -0,0 +1,19 @@ +- hosts: all + become: true + + tasks: + - ansible.builtin.include_role: + name: zfs + tasks_from: dataset-check-duplicate.yml + + - ansible.builtin.include_role: + name: libvirt + tasks_from: vm-check-duplicate.yml + + - ansible.builtin.include_role: + name: zfs + tasks_from: dataset-create.yml + + - ansible.builtin.include_role: + name: libvirt + tasks_from: vm-install.yml -- cgit