1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Add to default_vars and local_vars_*

This commit is contained in:
Aidan Fitzgerald 2019-03-02 03:16:12 -05:00
parent 3510bc0b9e
commit 9a0ada733b
6 changed files with 22 additions and 3 deletions

View file

@ -1,4 +1,7 @@
---
#gitea_install: True
#gitea_enabled: True
# Using @coolaj86's script as a template
# https://git.coolaj86.com/coolaj86/gitea-installer.sh
@ -36,9 +39,6 @@ gitea_user: gitea
gitea_run_directory: "{{ gitea_root_directory }}"
gitea_db_directory: "/library/dbdata/gitea"
gitea_install: True
gitea_enabled: True
gitea_url: /gitea
gitea_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ gitea_url }}"