mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge branch 'gitea' of github.com:aidan-fitz/iiab into gitea
This commit is contained in:
commit
caf87a4505
5 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@ This Ansible role installs Gitea - a self-hosted Git service written in Go.
|
|||
Using It
|
||||
--------
|
||||
|
||||
Gitea should be accessible at http://box/gitea/.
|
||||
Gitea should be accessible at http://box/gitea
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
state: absent
|
||||
when: not gitea_enabled and is_debuntu
|
||||
|
||||
- name: Restart Apache, so it picks up the new aliases
|
||||
- name: Restart Apache ({{ apache_service }}) to enable/disable http://box/gitea
|
||||
service:
|
||||
name: "{{ apache_service }}"
|
||||
state: restarted
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
- name: Include the install playbook
|
||||
- name: Install Gitea {{ gitea_version }} if gitea_install
|
||||
include_tasks: install.yml
|
||||
when: gitea_install
|
||||
|
|
|
@ -298,7 +298,6 @@ nodered_enabled: False
|
|||
nodered_port: 1880
|
||||
nodered_web_path: nodered
|
||||
|
||||
# Nextcloud
|
||||
nextcloud_install: False
|
||||
nextcloud_enabled: False
|
||||
|
||||
|
|
|
@ -180,7 +180,7 @@ elgg_enabled: True
|
|||
ejabberd_install: False
|
||||
ejabberd_enabled: False
|
||||
|
||||
gitea_install: True
|
||||
gitea_install: False
|
||||
gitea_enabled: False
|
||||
|
||||
# Lokole (email for rural communities) from https://ascoderu.ca
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue