Merge pull request 'Add KVM Guest role' (#409) from feature/kvm_guest_role into master

Reviewed-on: #409
This commit is contained in:
Râu Cao 2022-08-22 11:46:43 +00:00
commit 607466b1d2
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
)

View File

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