feat(sample): add sample faile in default/
All checks were successful
test / Linting (push) Successful in 39s
test / Molecule tests (default, debian11) (push) Successful in 2m33s
test / Molecule tests (default, debian12) (push) Successful in 2m31s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m31s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m30s
test / Molecule tests (with_docker_host, debian12) (push) Successful in 2m27s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Successful in 1m52s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Successful in 2m14s
test / Molecule tests (with_docker_host, debian11) (push) Successful in 1m43s
All checks were successful
test / Linting (push) Successful in 39s
test / Molecule tests (default, debian11) (push) Successful in 2m33s
test / Molecule tests (default, debian12) (push) Successful in 2m31s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m31s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m30s
test / Molecule tests (with_docker_host, debian12) (push) Successful in 2m27s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Successful in 1m52s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Successful in 2m14s
test / Molecule tests (with_docker_host, debian11) (push) Successful in 1m43s
This commit is contained in:
parent
0878f135db
commit
3d65520071
36
defaults/deploy_gitea_runner.yml.sample
Normal file
36
defaults/deploy_gitea_runner.yml.sample
Normal file
@ -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: ""
|
Loading…
Reference in New Issue
Block a user