1
0
Fork 0
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:
Aidan Fitzgerald 2018-10-18 01:46:12 -04:00
parent bc69894e50
commit 12e8f29ca0
4 changed files with 64 additions and 0 deletions

View 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