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