1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_forgeo_runner.git synced 2024-08-16 10:29:50 +02:00
ansible_role_forgeo_runner/vars/main.yml

17 lines
577 B
YAML
Raw Normal View History

2024-03-19 13:48:20 +01:00
---
2024-03-20 15:33:53 +01:00
forgejo_runner__releases_latest: 'https://code.forgejo.org/api/v1/repos/forgejo/runner/releases?limit=1'
forgejo_runner__go_arch_map:
x86_64: 'amd64'
aarch64: 'arm64'
armv7l: 'armv7'
armv6l: 'armv6'
armv5l: 'armv5'
ppc64le: 'ppc64le'
s390x: 's390x'
forgejo_runner__arch: "{{ forgejo_runner__go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
forgejo_runner__git_repo: 'https://code.forgejo.org/forgejo/runner'
2024-03-19 13:48:20 +01:00
# versionscheck
2024-03-19 14:39:34 +01:00
playbook_version_number: 03 # should be a integer
2024-03-20 15:33:53 +01:00
playbook_version_path: 'role-l3d.git-forgejo_runner.version'