aboutsummaryrefslogtreecommitdiff
path: root/roles/gitea_runner/defaults/main.yml
blob: aebcd2e9fd2e5f49bc9d49ff8b4bf196779c9445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
gitea_runner:
  version:
    ver: 0.1.2
  gitea_url: 'https://gitea.example.com/'
  runner_token: 'TOKEN'
  tags:
    ubuntu-latest: docker://node:16-bullseye
    python-latest: docker://docker:latest
  config:
    log:
      level: info
    runner:
      file: /var/lib/act_runner/runner.conf
      capacity: 1
      envs: {}
      env_file: ''
      timeout: 3h
      insecure: false
      fetch_timeout: 5s
      fetch_interval: 2s
    cache:
      enabled: true
      dir: /var/lib/act_runner/runner.conf
      host: ''
      port: 0
    container:
      network_mode: bridge