From 0515c56ea2403f97c2e83f11a3e9e0c188391a3c Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 23 Nov 2025 14:45:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5:=20remove=20git2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform.tfvars | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/terraform.tfvars b/terraform.tfvars index 3581665..b051016 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -343,19 +343,4 @@ lxc_containers = { } ] } - - git2 = { - server_desc = "* act_runner test server" - debian_tmpl = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst" - ip_suffix = 23 - unprivileged = false - tags = [ - "actrunnerservers", - "dockerservers" - ] - cpu_cores = 1 - memory_dedicated = 2048 - disk = [{ size = "10G" - path = "/var/lib/docker" }] - } }