Add KVM Guest role

Only installs qemu-guest-agent for now, for improving live VM backups.
This commit is contained in:
2022-05-23 12:41:55 +02:00
parent 6a85c2d5c6
commit a0b64a709d
2 changed files with 15 additions and 0 deletions

5
roles/kvm_guest.rb Normal file
View File

@@ -0,0 +1,5 @@
name "kvm_guest"
run_list %w(
kosmos_kvm::guest
)