diff --git a/ansible/templates/nomad-client.hcl b/ansible/templates/nomad-client.hcl index 993a595..09fd143 100644 --- a/ansible/templates/nomad-client.hcl +++ b/ansible/templates/nomad-client.hcl @@ -1,5 +1,11 @@ client { enabled = true + # for minecraft modpack zip bombing allowance + artifact { + decompression_size_limit = "0" + decompression_file_count_limit = 12000 + } + bridge_network_hairpin_mode = true } plugin "raw_exec" { @@ -15,4 +21,4 @@ plugin "docker" { enabled = true } } -} \ No newline at end of file +}