mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
commit
b0c7aabbb0
3 changed files with 8 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue