✨: add dc1 server
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
This commit is contained in:
@@ -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 = {
|
git1 = {
|
||||||
server_desc = "* Gitea"
|
server_desc = "* Gitea"
|
||||||
ip_suffix = 16
|
ip_suffix = 16
|
||||||
|
Reference in New Issue
Block a user