Skip to content

Commit

Permalink
feat(sample): add sample faile in default/
Browse files Browse the repository at this point in the history
  • Loading branch information
ednxzu committed Dec 15, 2023
1 parent 0878f13 commit 3d65520
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions defaults/deploy_gitea_runner.yml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
# deploy_gitea_runner_version: latest
# deploy_gitea_runner_deploy_method: host # deployment method, either host or docker.
# deploy_gitea_runner_directory: /opt/gitea-actions
# deploy_gitea_runner_timezone: "Europe/Paris"
# deploy_gitea_runner_register: false
# deploy_gitea_runner_start_service: false
# deploy_gitea_runner_server_url: https://git.example.com
# deploy_gitea_runner_server_token: ""
# deploy_gitea_runner_name: gitea-runner
# deploy_gitea_runner_config:
# log:
# level: info
# runner:
# 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: 2s
# labels: []
# cache:
# enabled: true
# dir: "{{ deploy_gitea_runner_directory }}" # this HAS TO BE /cache if deploy_gitea_runner_deploy_method is docker
# host: 127.0.0.1
# port: 4974
# external_server: ""
# container:
# network: ""
# privileged: false
# options: ""
# workdir_parent:
# valid_volumes: []
# docker_host: ""
# host:
# workdir_parent: ""

0 comments on commit 3d65520

Please sign in to comment.