mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 00:13:06 +01:00
36 lines
881 B
YAML
36 lines
881 B
YAML
hypervisor:
|
|
hosts:
|
|
defaultHost:
|
|
add_guest:
|
|
description: Add a new guest to the hypervisor.
|
|
forcedType: "[]string"
|
|
global: True
|
|
multiline: True
|
|
guests:
|
|
defaultGuest:
|
|
copper:
|
|
description: Copper nics
|
|
forcedType: "[]int"
|
|
global: True
|
|
multiline: True
|
|
sfp:
|
|
description: sfp nics
|
|
forcedType: string
|
|
global: True
|
|
multiline: True
|
|
disks:
|
|
description: disk
|
|
forcedType: "[]int"
|
|
global: True
|
|
multiline: True
|
|
cpu:
|
|
description: cpu
|
|
forcedType: int
|
|
global: True
|
|
multiline: True
|
|
memory:
|
|
description: mem
|
|
forcedType: int
|
|
global: True
|
|
multiline: True
|