diff options
| author | spmfox <spmfox@foxwd.com> | 2023-05-28 10:02:07 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-05-28 10:02:07 -0400 |
| commit | ff35c64d337a286ac2864c8403c1840e28bb23b1 (patch) | |
| tree | 36062b6fbe326b61c5abaa11721f4a909364af5a /vm-create.yml | |
| parent | efebf42259944acef6389937736995a0af8c17d5 (diff) | |
Initial commit
Diffstat (limited to 'vm-create.yml')
| -rw-r--r-- | vm-create.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
