Add libvirt inventory matrix example

This commit is contained in:
2026-01-02 11:26:06 +01:00
parent 230b14e2ab
commit b9484dadab
2 changed files with 186 additions and 1 deletions

View File

@@ -191,7 +191,7 @@ ansible-playbook -i inventory.yml -e @vars.yml main.yml
This command prompts Ansible to execute the `main.yml` playbook, applying configurations defined in both `vars.yml` and the inventory file.
Use `inventory_example.yml`, `vars_example.yml`, and the bare-metal examples as starting points for new inventories.
Use `inventory_example.yml`, `inventory_libvirt_example.yml`, `vars_example.yml`, and the bare-metal examples as starting points for new inventories.
## Notes