mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
server parameter creates error in LocalSettings which I patched
this hopefully solves the problem
This commit is contained in:
parent
3b0add7ded
commit
82f22ee621
1 changed files with 0 additions and 9 deletions
|
@ -53,7 +53,6 @@
|
||||||
--installdbpass={{ mediawiki_db_user_password }}
|
--installdbpass={{ mediawiki_db_user_password }}
|
||||||
--dbuser={{ mediawiki_db_user }}
|
--dbuser={{ mediawiki_db_user }}
|
||||||
--dbpass={{ mediawiki_db_user_password }}
|
--dbpass={{ mediawiki_db_user_password }}
|
||||||
--server="{{ iiab_hostname }}.{{ iiab_domain }}"
|
|
||||||
--scriptpath=/mediawiki
|
--scriptpath=/mediawiki
|
||||||
--lang=en
|
--lang=en
|
||||||
--pass={{ mediawiki_admin_user_password }}
|
--pass={{ mediawiki_admin_user_password }}
|
||||||
|
@ -63,14 +62,6 @@
|
||||||
chdir: "{{ mediawiki_abs_path }}"
|
chdir: "{{ mediawiki_abs_path }}"
|
||||||
creates: "{{ mediawiki_abs_path }}/LocalSettings.php"
|
creates: "{{ mediawiki_abs_path }}/LocalSettings.php"
|
||||||
|
|
||||||
- name: Copy mediawiki config file to change a few calculated settings
|
|
||||||
template:
|
|
||||||
src: LocalSettings.php.j2
|
|
||||||
dest: "{{ mediawiki_abs_path }}/LocalSettings.php"
|
|
||||||
owner: root
|
|
||||||
group: "{{ apache_user }}"
|
|
||||||
mode: 0640
|
|
||||||
|
|
||||||
- name: Copy mediawiki httpd conf file
|
- name: Copy mediawiki httpd conf file
|
||||||
template:
|
template:
|
||||||
src: mediawiki.conf.j2
|
src: mediawiki.conf.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue