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

View File

@@ -0,0 +1,10 @@
#
# Cookbook:: kosmos_kvm
# Recipe:: guest
#
package %w(qemu-guest-agent)
service "qemu-guest-agent" do
action [:start]
end