7f1175bf48
Fixed #3
27 lines
492 B
Plaintext
27 lines
492 B
Plaintext
<<<<<<< HEAD
|
|
Install kvm server and tools:
|
|
pkg.installed:
|
|
# - name: pattern:kvm_server
|
|
- pkgs:
|
|
- pattern:kvm_server
|
|
- pattern:kvm_tools
|
|
- includes: [pattern]
|
|
=======
|
|
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
|
|
|
|
|
|
>>>>>>> kvm-rancher
|