Merge branch 'kvm'

This commit is contained in:
jonas 2021-11-23 11:53:20 +01:00
commit a76036ee59
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

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