mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Start creating Gitea role
This commit is contained in:
parent
bc69894e50
commit
12e8f29ca0
4 changed files with 64 additions and 0 deletions
19
roles/gitea/defaults/main.yml
Normal file
19
roles/gitea/defaults/main.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
# Using @coolaj86's script as a template
|
||||
# https://git.coolaj86.com/coolaj86/gitea-installer.sh
|
||||
|
||||
# Information needed to install Gitea
|
||||
gitea_version: "1.6"
|
||||
gitea_install_path: "/usr/local/bin/gitea"
|
||||
|
||||
# Information needed to run Gitea
|
||||
gitea_user: gitea
|
||||
gitea_run_directory: /var/lib/gitea
|
||||
|
||||
gitea_install: True
|
||||
gitea_enabled: True
|
||||
|
||||
gitea_url: /gitea
|
||||
gitea_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ gitea_url }}"
|
||||
|
||||
gitea_port: 1776
|
Loading…
Add table
Add a link
Reference in a new issue