mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-24 21:47:48 +02:00
cloud profiles and providers. libvirt net setup
This commit is contained in:
@@ -11,6 +11,25 @@ install_libvirt-client:
|
||||
pkg.installed:
|
||||
- name: libvirt-client
|
||||
|
||||
# allows for creating vm images
|
||||
# any node manipulating images needs this
|
||||
install_qemu-img:
|
||||
pkg.installed:
|
||||
- name: qemu-img
|
||||
|
||||
install_guestfs-tools:
|
||||
pkg.installed:
|
||||
- name: guestfs-tools
|
||||
|
||||
install_xorriso:
|
||||
pkg.installed:
|
||||
- name: xorriso
|
||||
|
||||
install_virt-install:
|
||||
pkg.installed:
|
||||
- name: virt-install
|
||||
###
|
||||
|
||||
libvirt_python_wheel:
|
||||
file.recurse:
|
||||
- name: /opt/so/conf/libvirt/source-packages/libvirt-python
|
||||
|
||||
Reference in New Issue
Block a user