feat: boot web4 dev servers
All checks were successful
terraform-lint / terraform-lint (push) Successful in 5s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 5s
This commit is contained in:
@@ -321,4 +321,25 @@ lxc_containers = {
|
||||
}
|
||||
]
|
||||
}
|
||||
web4 = {
|
||||
server_desc = "* Various PHP tests"
|
||||
ip_suffix = 23
|
||||
tags = [
|
||||
"pgsqlservers",
|
||||
"phpservers",
|
||||
"webservers"
|
||||
]
|
||||
cpu_cores = 1
|
||||
memory_dedicated = 1024
|
||||
disk = [
|
||||
{
|
||||
size = "5G"
|
||||
path = "/srv"
|
||||
},
|
||||
{
|
||||
size = "5G"
|
||||
path = "/var/lib/postgresql"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user