1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #289 from iiab/master

sync from iiab/iiab
This commit is contained in:
A Holt 2019-09-06 12:31:19 -04:00 committed by GitHub
commit b0c7aabbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -10,9 +10,9 @@
# Which kiwix-tools to download from http://download.iiab.io/packages/
# As obtained from http://download.kiwix.org/release/kiwix-tools/ or http://download.kiwix.org/nightly/
kiwix_version_armhf: "kiwix-tools_linux-armhf-3.0.1"
kiwix_version_linux64: "kiwix-tools_linux-x86_64-3.0.1"
kiwix_version_i686: "kiwix-tools_linux-i586-3.0.1"
kiwix_version_armhf: "kiwix-tools_linux-armhf-3.0.1-2"
kiwix_version_linux64: "kiwix-tools_linux-x86_64-3.0.1-2"
kiwix_version_i686: "kiwix-tools_linux-i586-3.0.1-2"
# kiwix_src_file_i686: "kiwix-linux-i686.tar.bz2"
# v0.9 for i686 published May 2014 ("use it to test legacy ZIM content")
# v0.10 for i686 published Oct 2016 ("experimental") REPLACED IN EARLY 2018, thx to Matthieu Gautier:

View file

@ -69,10 +69,11 @@
#when: internet_available and nextcloud_force_install and not (is_debian_9 or is_raspbian_9 or is_ubuntu_16)
# Ubuntu and Debian treat names differently
- name: Install 3 php packages (debian)
- name: Install 4 php packages (debian/raspian)
package:
name:
- "libapache2-mod-php{{ php_version }}"
- "php{{ php_version }}-imagick"
- "php{{ php_version }}-mbstring"
- "php{{ php_version }}-zip"
state: present
@ -84,8 +85,8 @@
name:
- libapache2-mod-php
- php-imagick
- php-zip
- php-mbstring
- php-zip
state: present
when: is_ubuntu | bool

View file

@ -206,8 +206,8 @@ mediawiki_enabled: False
ejabberd_install: False
ejabberd_enabled: False
elgg_install: True
elgg_enabled: True
elgg_install: False
elgg_enabled: False
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
gitea_install: False