diff --git a/main.tf b/main.tf index 354d496..2a5f628 100644 --- a/main.tf +++ b/main.tf @@ -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 - } -}