Placeholders
guis:
first-inventory: # Inventory ID name
path: "inventories/selector.yml"
type: SELECTOR
mandatory: true
displayName: "First Inventory"
second-inventory: # Inventory ID name
path: "inventories/value.yml"
type: VALUE
mandatory: true
displayName: "Second Inventory"
base: 1
max: 20
min: -10
third-inventory: # Inventory ID name
path: "inventories/input.yml"
type: INPUT
mandatory: true
displayName: "Third Inventory"
# Other settings are inside the inventory file
main-inventory:
path: "inventories/main.yml"
type: MAINLast updated