🔥: delete git2
All checks were successful
terraform-lint / terraform-lint (push) Successful in 32s

This commit is contained in:
VC
2025-03-07 15:06:57 +01:00
parent 9342c38e78
commit 8331043ab6

18
main.tf
View File

@@ -231,21 +231,3 @@ module "lxc_es1" {
path = "/srv"
}]
}
module "lxc_git2" {
source = "./proxmox_lxc_container"
server_name = "git2"
server_desc = "Kata/dojo act_runner/Ansible"
ip_suffix = 22
memory_dedicated = 1024
disk = [{
size = "10G"
path = "/var/lib/docker"
}]
features = {
nesting = true
keyctl = true
fuse = true
mount = null
}
}