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
|
Using It
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Gitea should be accessible at http://box/gitea/.
|
Gitea should be accessible at http://box/gitea
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: not gitea_enabled and is_debuntu
|
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:
|
service:
|
||||||
name: "{{ apache_service }}"
|
name: "{{ apache_service }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
- name: Include the install playbook
|
- name: Install Gitea {{ gitea_version }} if gitea_install
|
||||||
include_tasks: install.yml
|
include_tasks: install.yml
|
||||||
when: gitea_install
|
when: gitea_install
|
||||||
|
|
|
@ -298,7 +298,6 @@ nodered_enabled: False
|
||||||
nodered_port: 1880
|
nodered_port: 1880
|
||||||
nodered_web_path: nodered
|
nodered_web_path: nodered
|
||||||
|
|
||||||
# Nextcloud
|
|
||||||
nextcloud_install: False
|
nextcloud_install: False
|
||||||
nextcloud_enabled: False
|
nextcloud_enabled: False
|
||||||
|
|
||||||
|
|
|
@ -180,7 +180,7 @@ elgg_enabled: True
|
||||||
ejabberd_install: False
|
ejabberd_install: False
|
||||||
ejabberd_enabled: False
|
ejabberd_enabled: False
|
||||||
|
|
||||||
gitea_install: True
|
gitea_install: False
|
||||||
gitea_enabled: False
|
gitea_enabled: False
|
||||||
|
|
||||||
# Lokole (email for rural communities) from https://ascoderu.ca
|
# Lokole (email for rural communities) from https://ascoderu.ca
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue