From 75b1e32aa8b16211d8469677d50c72d614f20721 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:00:16 -0500 Subject: [PATCH] Migrate debcache to deb13 --- debcache.tf | 4 ++-- roles/ind/debcache/debcache-install.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debcache.tf b/debcache.tf index 90b96d2..b86a096 100644 --- a/debcache.tf +++ b/debcache.tf @@ -2,14 +2,14 @@ resource "proxmox_lxc" "debcache" { target_node = "ryuk2" hostname = "debcache" vmid = 224 - 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 = 2096 swap = 1024 start = true - tags = "terraform" + tags = "terraform;deb13" nameserver = "192.168.0.224" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" diff --git a/roles/ind/debcache/debcache-install.yml b/roles/ind/debcache/debcache-install.yml index 1d82e35..3a0164f 100644 --- a/roles/ind/debcache/debcache-install.yml +++ b/roles/ind/debcache/debcache-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: