This commit is contained in:
18
main.tf
18
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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user