17 lines
277 B
Plaintext
17 lines
277 B
Plaintext
|
Install KVM Server:
|
||
|
pkg.installed:
|
||
|
- name: pattern:kvm_server
|
||
|
- includes: [pattern]
|
||
|
|
||
|
Install KVM Tools:
|
||
|
pkg.installed:
|
||
|
- name: pattern:kvm_tools
|
||
|
- includes: [pattern]
|
||
|
|
||
|
Start libvirtd:
|
||
|
service.running:
|
||
|
- name: libvirtd
|
||
|
- enable: True
|
||
|
|
||
|
|