mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
commit
3c153c098c
2 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
|||
- name: Install required packages
|
||||
package: name={{ item }}
|
||||
state=present
|
||||
- name: Install packages required by MediaWiki
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- "php{{ php_version }}-intl"
|
||||
- "php{{ php_version }}-mbstring"
|
||||
tags:
|
||||
- download
|
||||
|
||||
- name: Download the latest MediaWiki software
|
||||
- name: Download MediaWiki software, per roles/mediawiki/defaults/main.yml
|
||||
get_url:
|
||||
url: "{{ mediawiki_download_base_url }}/{{ mediawiki_src }}"
|
||||
dest: "{{ downloads_dir }}"
|
||||
|
|
|
@ -27,7 +27,7 @@ admin_install: True
|
|||
iiab_hostname: box
|
||||
iiab_domain: lan
|
||||
|
||||
# Set to /home or /wordpress or /wiki (for DokuWiki or MediaWiki)
|
||||
# Set to /home or /wordpress or /mediawiki or /wiki (for DokuWiki)
|
||||
iiab_home_url: /home
|
||||
host_ssid: "Internet in a Box"
|
||||
host_wifi_mode: g
|
||||
|
|
Loading…
Reference in a new issue