mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean wordpress/defaults/main.yml
This commit is contained in:
parent
fb469dd94f
commit
669eac28bd
1 changed files with 3 additions and 5 deletions
|
@ -14,11 +14,9 @@ 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_install_path: "{{ content_base }}" # /library
|
||||
|
||||
wp_abs_path: "{{ wp_install_path }}/wordpress"
|
||||
#wp_abs_path: /library/wordpress
|
||||
wp_abs_path: "{{ wp_install_path }}/wordpress" # /library
|
||||
|
||||
wp_url: /wordpress
|
||||
wp_url: /wordpress # For http://box/wordpress
|
||||
wp_full_url: "http://{{ iiab_hostname }}{{ wp_url }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue