From 9a6c3039de9e6c6f7e900f212b8dc4a345165285 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:43:13 -0500 Subject: [PATCH] upgrade archivewarrior to deb13 --- archivewarrior.tf | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/archivewarrior.tf b/archivewarrior.tf index c770541..6b6d906 100644 --- a/archivewarrior.tf +++ b/archivewarrior.tf @@ -2,14 +2,14 @@ resource "proxmox_lxc" "archivewarrior" { target_node = "ryuk2" hostname = "archivewarrior" vmid = 221 - ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" + ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" password = "terraform" unprivileged = true cores = 6 memory = 8256 swap = 1024 start = true - tags = "terraform" + tags = "terraform;deb13" nameserver = "192.168.0.224" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" @@ -22,14 +22,6 @@ resource "proxmox_lxc" "archivewarrior" { size = "128G" } - #mountpoint{ - # key = "0" - # slot = 0 - # storage = "Ceph" - # mp = "/data" - # size = "400G" - #} - network { name = "eth0" bridge = "vmbr0"