first commit

This commit is contained in:
2026-01-12 01:24:58 +04:00
commit f5b7fc63db
7 changed files with 87 additions and 0 deletions

18
terraform.tfvars Normal file
View File

@@ -0,0 +1,18 @@
lxc_auth = {
ssh_keys = ""
pass = ""
}
lxc = [
{
nodes = ""
name = ""
cpus =
mem =
pool = ""
disks = ""
eth = ""
ip = ""
unprivileged = true
}
]