19 lines
192 B
HCL
19 lines
192 B
HCL
|
|
lxc_auth = {
|
|
ssh_keys = ""
|
|
pass = ""
|
|
}
|
|
lxc = [
|
|
{
|
|
nodes = ""
|
|
name = ""
|
|
cpus =
|
|
mem =
|
|
pool = ""
|
|
disks = ""
|
|
eth = ""
|
|
ip = ""
|
|
unprivileged = true
|
|
}
|
|
]
|