mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
24 lines
692 B
YAML
24 lines
692 B
YAML
# wordpress_install: False
|
|
# wordpress_enabled: False
|
|
|
|
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
|
|
|
# If using WordPress intensively, consider setting apache_high_php_limits in:
|
|
# /etc/iiab/local_vars.yml
|
|
|
|
wordpress_download_base_url: https://wordpress.org
|
|
wordpress_src: latest.tar.gz
|
|
|
|
wp_db_name: iiab_wp
|
|
wp_db_user: iiab_wp
|
|
wp_db_user_password: changeme
|
|
|
|
wp_install_path: "{{ content_base }}"
|
|
#wp_install_path: /library
|
|
|
|
wp_abs_path: "{{ wp_install_path }}/wordpress"
|
|
#wp_abs_path: /library/wordpress
|
|
|
|
wp_url: /wordpress
|
|
wp_full_url: "http://{{ iiab_hostname }}{{ wp_url }}"
|