: add disk for git2

This commit is contained in:
VC
2025-03-06 15:19:23 +01:00
parent 84b142228a
commit 1cf67742e5

View File

@@ -238,6 +238,10 @@ module "lxc_git2" {
server_desc = "Kata/dojo act_runner/Ansible" server_desc = "Kata/dojo act_runner/Ansible"
ip_suffix = 22 ip_suffix = 22
memory_dedicated = 1024 memory_dedicated = 1024
disk = [{
size = "10G"
path = "/var/lib/docker"
}]
features = { features = {
nesting = true nesting = true
keyctl = true keyctl = true