From fb6c0e4b13ee9348f9023043df7cd4cf2a47d90b Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sat, 18 Oct 2025 22:19:29 -0500 Subject: [PATCH] Migerate wikmd to deb13 --- roles/ind/wikmd/wikmd-install.yml | 2 +- wikmd.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ind/wikmd/wikmd-install.yml b/roles/ind/wikmd/wikmd-install.yml index 24c1928..174b73b 100644 --- a/roles/ind/wikmd/wikmd-install.yml +++ b/roles/ind/wikmd/wikmd-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: docker_compose_definition: | diff --git a/wikmd.tf b/wikmd.tf index 2d7897e..5be0ddd 100644 --- a/wikmd.tf +++ b/wikmd.tf @@ -2,14 +2,14 @@ resource "proxmox_lxc" "wikmd" { target_node = "ryuk" hostname = "wikmd" vmid = 217 - 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 = 5 memory = 4096 swap = 1024 start = true - tags = "terraform" + tags = "terraform;deb13" nameserver = "192.168.0.224" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"