✨: 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:
@@ -222,8 +222,8 @@ lxc_containers = {
|
||||
}
|
||||
|
||||
dns1 = {
|
||||
server_desc = "* NSD"
|
||||
ip_suffix = 17
|
||||
server_desc = "* NSD"
|
||||
ip_suffix = 17
|
||||
tags = [
|
||||
"nsdservers"
|
||||
]
|
||||
@@ -299,4 +299,26 @@ lxc_containers = {
|
||||
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