mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
18 lines
421 B
YAML
18 lines
421 B
YAML
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
|
|
|
|
wordpress_install: True
|
|
wordpress_enabled: True
|
|
|
|
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 }}"
|