refactor: make bootstrap host target configurable

This commit is contained in:
2026-02-19 13:39:30 +01:00
parent 6e53af5e92
commit 8070cc4196

View File

@@ -1,6 +1,6 @@
---
- name: Create and configure VMs
hosts: all
hosts: "{{ bootstrap_target | default('all') }}"
strategy: free # noqa: run-once[play]
gather_facts: false
become: true