runner to setup manager for first hypervisor

This commit is contained in:
m0duspwnens
2025-01-14 16:20:21 -05:00
parent 776afa4a36
commit 2e3c1adc63
4 changed files with 586 additions and 80 deletions
-11
View File
@@ -1,11 +0,0 @@
{% set dirs = [
'/nsm/libvirt/createvm'
] %}
create_libvirt_dirs:
file.directory:
- names: {{ dirs }}
- makedirs: True
- mode: 755
- user: root
- group: root