Change back to cloud init

This commit is contained in:
2026-06-10 18:45:25 +02:00
parent 223b787675
commit fdd7ca8016
4 changed files with 14 additions and 15 deletions
+8
View File
@@ -9,6 +9,14 @@
- kvm_host_setup
tasks:
- name: Provision each VM
include_role:
name: os_config
vars:
vm_name: "{{ item.name }}"
os_type: "{{ item.os_type }}"
loop: "{{ vms }}"
- name: Launch each VM
include_role:
name: vm_provision