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
@@ -1,5 +1,7 @@
---
---
- name: Generate Cloud-init config
template:
src: "{{ 'user-data-coreos.yaml.j2' if os_type in ['coreos', 'flatcar'] else 'user-data.yaml.j2' }}"
src: user-data.yaml.j2
dest: "/tmp/{{ vm_name }}_user-data"