This commit is contained in:
2023-12-08 12:44:32 +01:00
commit 14409872b6
24 changed files with 1071 additions and 0 deletions

5
vars/debian.yml Normal file
View File

@@ -0,0 +1,5 @@
---
gitea_dependencies:
- git
- gnupg2
- xz-utils

10
vars/main.yml Normal file
View File

@@ -0,0 +1,10 @@
---
gitea_go_arch_map:
i386: '386'
x86_64: 'amd64'
aarch64: 'arm64'
armv7l: 'arm-6'
armv6l: 'arm-6'
armv5l: 'arm-5'
gitea_arch: "{{ gitea_go_arch_map[ansible_architecture] | default(ansible_architecture) }}"

5
vars/redhat.yml Normal file
View File

@@ -0,0 +1,5 @@
---
gitea_dependencies:
- git
- gnupg2
- xz