refactor: make bootstrap host target configurable

This commit is contained in:
2026-02-19 13:39:30 +01:00
parent 1c0e6533ae
commit 603abe63cb

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