Add Windows Gitea runner role with Podman and Docker support

- Created templates for configuration files for both Podman and Docker-based Windows Gitea runners.
- Added default variables for Windows Gitea runner role, including instance URL, registration token, and image settings.
- Implemented tasks for validating settings, ensuring Docker service is running, and managing Docker users.
- Developed logic for building and managing Windows runner images and containers, including checks for existing images and containers.
- Updated inventory to include new groups for Windows Gitea runners.
- Adjusted Terraform configurations for timeout settings in ingress resources.
This commit is contained in:
2026-07-03 19:12:48 +02:00
parent c4d1db3a91
commit c6f3b0f829
22 changed files with 1117 additions and 1121 deletions
@@ -175,6 +175,12 @@ llama_server_models:
revision: "main"
preset:
ctx-size: 98304
- name: "qwen3-6-27b-iq4-xs"
model_id: "unsloth/Qwen3.6-27B-GGUF"
quant: "IQ4_XS"
revision: "main"
preset:
ctx-size: 98304
- name: "qwen3-6-27b-mtp-q4-0"
model_id: "unsloth/Qwen3.6-27B-MTP-GGUF"
quant: "Q4_0"