📈: upgrade masto1 to debian 13
All checks were successful
terraform-lint / terraform-lint (push) Successful in 26s

This commit is contained in:
Clément VÉRET
2025-12-04 15:51:20 +01:00
parent 96ec90be88
commit dc5aa33762

View File

@@ -258,6 +258,7 @@ lxc_containers = {
masto1 = { masto1 = {
server_desc = "* Mastodon" server_desc = "* Mastodon"
ip_suffix = 19 ip_suffix = 19
debian_tmpl = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
tags = [ tags = [
"resticservers", "resticservers",
"mastodonservers", "mastodonservers",
@@ -272,7 +273,7 @@ lxc_containers = {
path = "/srv" path = "/srv"
}, },
{ {
size = "10G" size = "20G"
path = "/var/lib/postgresql" path = "/var/lib/postgresql"
} }
] ]