: add dc1 server
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s

This commit is contained in:
VC
2025-07-11 15:11:57 +02:00
parent 779ca94546
commit b2879264ea

View File

@@ -180,6 +180,28 @@ lxc_containers = {
}]
}
dc1 = {
server_desc = "* Test Docker server"
ip_suffix = 15
memory_dedicated = 4096
cpu_cores = 2
tags = [
"webservers"
]
features = {
nesting = true
keyctl = true
fuse = true
mount = null
}
disk = [
{
size = "10G"
path = "/var/lib/docker"
}
]
}
git1 = {
server_desc = "* Gitea"
ip_suffix = 16