.
This commit is contained in:
16
salt/states/kvm/init.sls
Normal file
16
salt/states/kvm/init.sls
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user