first commit
This commit is contained in:
18
terraform.tfvars
Normal file
18
terraform.tfvars
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
lxc_auth = {
|
||||
ssh_keys = ""
|
||||
pass = ""
|
||||
}
|
||||
lxc = [
|
||||
{
|
||||
nodes = ""
|
||||
name = ""
|
||||
cpus =
|
||||
mem =
|
||||
pool = ""
|
||||
disks = ""
|
||||
eth = ""
|
||||
ip = ""
|
||||
unprivileged = true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user