1
0
Fork 0
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:
A Holt 2020-01-17 18:57:02 -05:00 committed by GitHub
parent fb469dd94f
commit 669eac28bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"