✨: re-add dc1 server
All checks were successful
terraform-lint / terraform-lint (push) Successful in 8s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 8s
This commit is contained in:
@@ -180,6 +180,25 @@ lxc_containers = {
|
|||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dc1 = {
|
||||||
|
server_desc = "* Docker test server"
|
||||||
|
ip_suffix = 15
|
||||||
|
memory_dedicated = 2024
|
||||||
|
cpu_cores = 2
|
||||||
|
tags = ["dockerservers", "webservers"]
|
||||||
|
features = {
|
||||||
|
nesting = true
|
||||||
|
keyctl = true
|
||||||
|
fuse = true
|
||||||
|
mount = null
|
||||||
|
}
|
||||||
|
disk = [
|
||||||
|
{
|
||||||
|
size = "10G"
|
||||||
|
path = "/var/lib/docker"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
|
||||||
git1 = {
|
git1 = {
|
||||||
server_desc = "* Gitea"
|
server_desc = "* Gitea"
|
||||||
ip_suffix = 16
|
ip_suffix = 16
|
||||||
|
Reference in New Issue
Block a user