c6f3b0f829
- 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.
12 lines
272 B
Django/Jinja
12 lines
272 B
Django/Jinja
log:
|
|
level: info
|
|
|
|
runner:
|
|
file: "{{ windows_gitea_runner_windows_config_runner_file | default('C:/runner-data/.runner') }}"
|
|
capacity: 1
|
|
envs: {}
|
|
|
|
cache:
|
|
enabled: true
|
|
dir: "{{ windows_gitea_runner_windows_config_cache_dir | default('C:/runner-data/cache') }}"
|