: web3 for dojo test wordpress
All checks were successful
terraform-lint / terraform-lint (push) Successful in 2s

This commit is contained in:
VC
2025-04-16 13:24:31 +02:00
parent 52887fc5cc
commit 588352d30d

View File

@@ -222,8 +222,8 @@ lxc_containers = {
} }
dns1 = { dns1 = {
server_desc = "* NSD" server_desc = "* NSD"
ip_suffix = 17 ip_suffix = 17
tags = [ tags = [
"nsdservers" "nsdservers"
] ]
@@ -299,4 +299,26 @@ lxc_containers = {
path = "/srv" path = "/srv"
}] }]
} }
web3 = {
server_desc = "* Wordpress test Dojo"
ip_suffix = 22
tags = [
"mariadbservers",
"phpservers",
"webservers"
]
cpu_cores = 1
memory_dedicated = 2048
disk = [
{
size = "5G"
path = "/srv"
},
{
size = "5G"
path = "/var/lib/mysql"
}
]
}
} }