This commit is contained in:
@@ -79,5 +79,5 @@ variable "debian_tmpl" {
|
|||||||
type = string
|
type = string
|
||||||
default = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
default = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
||||||
## other possible value
|
## other possible value
|
||||||
# "local:vztmpl/debian-11-standard_11.7-1_amd64.tar.zst"
|
# "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ lxc_containers = {
|
|||||||
|
|
||||||
web1 = {
|
web1 = {
|
||||||
server_desc = "* Shaarli\n* FreshRSS\n* Nextcloud\n* Blog\n* Roundcube\n* Firefly3\n* Repo\n* Koillection"
|
server_desc = "* Shaarli\n* FreshRSS\n* Nextcloud\n* Blog\n* Roundcube\n* Firefly3\n* Repo\n* Koillection"
|
||||||
|
debian_tmpl = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
|
||||||
ip_suffix = 5
|
ip_suffix = 5
|
||||||
tags = [
|
tags = [
|
||||||
"pgsqlservers",
|
"pgsqlservers",
|
||||||
@@ -181,8 +182,8 @@ lxc_containers = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
web4 = {
|
web4 = {
|
||||||
server_desc = "* Ampache"
|
server_desc = "* Ampache"
|
||||||
ip_suffix = 15
|
ip_suffix = 15
|
||||||
memory_dedicated = 1024
|
memory_dedicated = 1024
|
||||||
tags = [
|
tags = [
|
||||||
"mariadbservers",
|
"mariadbservers",
|
||||||
@@ -246,6 +247,7 @@ lxc_containers = {
|
|||||||
|
|
||||||
vlt1 = {
|
vlt1 = {
|
||||||
server_desc = "* Vaultwarden"
|
server_desc = "* Vaultwarden"
|
||||||
|
debian_tmpl = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
|
||||||
ip_suffix = 18
|
ip_suffix = 18
|
||||||
tags = [
|
tags = [
|
||||||
"resticservers",
|
"resticservers",
|
||||||
|
|||||||
Reference in New Issue
Block a user