mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 22:12:48 +01:00
36 lines
873 B
YAML
36 lines
873 B
YAML
hypervisor:
|
|
hosts:
|
|
defaultHost:
|
|
add_guest:
|
|
description: List of hypervisor nodes.
|
|
forcedType: "[]string"
|
|
global: True
|
|
multiline: True
|
|
guests:
|
|
defaultGuest:
|
|
copper:
|
|
description: Copper nics
|
|
forcedType: "[]int"
|
|
global: True
|
|
multiline: True
|
|
sfp:
|
|
description: sfp nics
|
|
forcedType: "[]int"
|
|
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
|