15 lines
360 B
YAML
15 lines
360 B
YAML
|
|
---
|
||
|
|
galaxy_info:
|
||
|
|
author: sjat
|
||
|
|
description: >-
|
||
|
|
Installs the KVM/libvirt substrate on the control node (ubongo) to enable
|
||
|
|
local VM integration testing (ADR-025). Non-service role; not a production
|
||
|
|
hypervisor (ADR-015).
|
||
|
|
license: MIT
|
||
|
|
min_ansible_version: "2.17"
|
||
|
|
platforms:
|
||
|
|
- name: Debian
|
||
|
|
versions:
|
||
|
|
- trixie
|
||
|
|
dependencies: []
|