refactor: make bootstrap host target configurable

This commit is contained in:
2026-02-20 16:58:59 +01:00
parent 6e53af5e92
commit 8070cc4196
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
- name: Create and configure VMs - name: Create and configure VMs
hosts: all hosts: "{{ bootstrap_target | default('all') }}"
strategy: free # noqa: run-once[play] strategy: free # noqa: run-once[play]
gather_facts: false gather_facts: false
become: true become: true