mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Apply more suggestions from code review
This commit is contained in:
parent
b8963413db
commit
8b447b809a
2 changed files with 9 additions and 6 deletions
|
@ -27,6 +27,12 @@
|
||||||
when: ejabberd_install
|
when: ejabberd_install
|
||||||
tags: ejabberd
|
tags: ejabberd
|
||||||
|
|
||||||
|
- name: GITEA
|
||||||
|
include_role:
|
||||||
|
name: gitea
|
||||||
|
when: gitea_install
|
||||||
|
tags: gitea
|
||||||
|
|
||||||
- name: LOKOLE
|
- name: LOKOLE
|
||||||
include_role:
|
include_role:
|
||||||
name: lokole
|
name: lokole
|
||||||
|
@ -69,12 +75,6 @@
|
||||||
when: wordpress_install
|
when: wordpress_install
|
||||||
tags: wordpress
|
tags: wordpress
|
||||||
|
|
||||||
- name: GITEA
|
|
||||||
include_role:
|
|
||||||
name: gitea
|
|
||||||
when: gitea_install
|
|
||||||
tags: gitea
|
|
||||||
|
|
||||||
- name: Recording STAGE 6 HAS COMPLETED ====================
|
- name: Recording STAGE 6 HAS COMPLETED ====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "{{ iiab_env_file }}"
|
dest: "{{ iiab_env_file }}"
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
#gitea_install: True
|
#gitea_install: True
|
||||||
#gitea_enabled: True
|
#gitea_enabled: True
|
||||||
|
|
||||||
|
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||||
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||||
|
|
||||||
# Using @coolaj86's script as a template
|
# Using @coolaj86's script as a template
|
||||||
# https://git.coolaj86.com/coolaj86/gitea-installer.sh
|
# https://git.coolaj86.com/coolaj86/gitea-installer.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue