mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Add variable for subdirectories
This commit is contained in:
parent
3ad8facee3
commit
0e8e1c44b3
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ gitea_download_url: "https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gite
|
|||
gitea_integrity_url: "{{ gitea_download_url }}.asc"
|
||||
|
||||
gitea_root_directory: "/library/gitea"
|
||||
gitea_subdirectories:
|
||||
- bin
|
||||
- custom
|
||||
- data
|
||||
- indexers
|
||||
- public
|
||||
- log
|
||||
gitea_install_path: "{{ gitea_root_directory }}/bin/gitea-{{ gitea_version }}"
|
||||
gitea_checksum_path: "{{ gitea_root_directory }}/bin/gitea-{{ gitea_version }}.asc"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue