mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
279b95fb7a
commit
5b15500012
1 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
wordpress_install: True
|
||||||
|
wordpress_enabled: True
|
||||||
|
|
||||||
|
# For schools that use WordPress intensively. WARNING: Enabling this (might)
|
||||||
|
# cause excess use of RAM or other resources? github.com/iiab/iiab/issues/1147
|
||||||
|
wordpress_raise_php_limits: False
|
||||||
|
|
||||||
wordpress_download_base_url: https://wordpress.org
|
wordpress_download_base_url: https://wordpress.org
|
||||||
wordpress_src: latest.tar.gz
|
wordpress_src: latest.tar.gz
|
||||||
|
|
||||||
|
@ -5,9 +12,6 @@ wp_db_name: iiab_wp
|
||||||
wp_db_user: iiab_wp
|
wp_db_user: iiab_wp
|
||||||
wp_db_user_password: changeme
|
wp_db_user_password: changeme
|
||||||
|
|
||||||
wordpress_install: True
|
|
||||||
wordpress_enabled: True
|
|
||||||
|
|
||||||
wp_install_path: "{{ content_base }}"
|
wp_install_path: "{{ content_base }}"
|
||||||
#wp_install_path: /library
|
#wp_install_path: /library
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue