mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
minimize packages installed on manager for hyper
This commit is contained in:
@@ -15,10 +15,16 @@
|
||||
|
||||
# allows for creating vm images
|
||||
# any node manipulating images needs this
|
||||
# used on manager for setup_hypervisor runner
|
||||
install_qemu-img:
|
||||
pkg.installed:
|
||||
- name: qemu-img
|
||||
|
||||
# used on manager for setup_hypervisor runner
|
||||
install_xorriso:
|
||||
pkg.installed:
|
||||
- name: xorriso
|
||||
|
||||
{% if 'hyper' in grains.id.split('_') | last %}
|
||||
|
||||
install_libvirt-libs:
|
||||
@@ -34,10 +40,6 @@ install_guestfs-tools:
|
||||
pkg.installed:
|
||||
- name: guestfs-tools
|
||||
|
||||
install_xorriso:
|
||||
pkg.installed:
|
||||
- name: xorriso
|
||||
|
||||
install_virt-install:
|
||||
pkg.installed:
|
||||
- name: virt-install
|
||||
|
||||
Reference in New Issue
Block a user