mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
add hypervisor state to hypervisor node
This commit is contained in:
@@ -29,7 +29,7 @@ def modify_network_config(image, interface, mode, ip4=None, gw4=None, dns4=None,
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' qcow2.modify_network_config image='/path/to/image.qcow2' interface='eth0' mode='static4' ip4='192.168.1.10/24' gw4='192.168.1.1' dns4='192.168.1.1,8.8.8.8' search4='example.local'
|
||||
salt '*' qcow2.modify_network_config image='/nsm/libvirt/images/sool9/sool9.qcow2' interface='eth0' mode='static4' ip4='192.168.1.10/24' gw4='192.168.1.1' dns4='192.168.1.1,8.8.8.8' search4='example.local'
|
||||
|
||||
'''
|
||||
|
||||
|
||||
@@ -276,6 +276,7 @@ base:
|
||||
- elasticfleet.install_agent_grid
|
||||
- libvirt
|
||||
- libvirt.images
|
||||
- hypervisor
|
||||
- stig
|
||||
|
||||
'*_desktop and G@saltversion:{{saltversion}}':
|
||||
|
||||
Reference in New Issue
Block a user