✨: web3 for dojo test wordpress
All checks were successful
terraform-lint / terraform-lint (push) Successful in 2s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 2s
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user