added kvm state

This commit is contained in:
jonas 2021-11-19 22:40:18 +01:00
parent f8913781ac
commit c1178c8d32
2 changed files with 8 additions and 0 deletions

7
salt/states/kvm/init.sls Normal file
View File

@ -0,0 +1,7 @@
Install kvm server and tools:
pkg.installed:
# - name: pattern:kvm_server
- pkgs:
- pattern:kvm_server
- pattern:kvm_tools
- includes: [pattern]

View File

@ -19,4 +19,5 @@ base:
- wol - wol
- pxe - pxe
- tlu-harvester - tlu-harvester
- kvm
- nfs-server - nfs-server