deploy_gitea_runner/molecule/default_vagrant/group_vars/all.yml

36 lines
1.1 KiB
YAML
Raw Normal View History

---
# defaults file for deploy_gitea_runner
deploy_gitea_runner_version: latest
deploy_gitea_runner_deploy_method: docker # deployment method, either host or docker.
deploy_gitea_runner_directory: /opt/gitea-actions
deploy_gitea_runner_timezone: "Europe/Paris"
2023-12-11 18:01:57 +00:00
deploy_gitea_runner_register: false
deploy_gitea_runner_start_service: false
deploy_gitea_runner_server_url: https://git.ednz.fr
deploy_gitea_runner_server_token: ""
2023-12-11 18:01:57 +00:00
deploy_gitea_runner_name: vagrant-gitea-runner
deploy_gitea_runner_config:
log:
level: info
runner:
2023-12-11 18:01:57 +00:00
file: "{{ deploy_gitea_runner_directory }}/.runner" # this HAS TO BE .runner if deploy_gitea_runner_deploy_method is docker
capacity: 1
timeout: 3h
insecure: false
fetch_timeout: 5s
fetch_interval: 15s
labels: []
cache:
enabled: true
2023-12-11 18:01:57 +00:00
dir: "{{ deploy_gitea_runner_directory }}/cache" # this HAS TO BE /cache if deploy_gitea_runner_deploy_method is docker
host: 127.0.0.1
port: 4974
container:
network: ""
privileged: false
options: ""
workdir_parent:
valid_volumes: []
docker_host: "-"
host: {}