13 lines
205 B
TOML
13 lines
205 B
TOML
# Hosts configuration template (optional if you want a separate hosts file)
|
|
|
|
[hosts]
|
|
# default_host = "srv01"
|
|
|
|
[[hosts.hosts]]
|
|
name = "srv01"
|
|
enabled = true
|
|
|
|
[[hosts.hosts]]
|
|
name = "labbox"
|
|
enabled = true
|