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