mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
WordPress install/maintenance toughened
This commit is contained in:
parent
41a7c0256d
commit
b4c5ab1d28
1 changed files with 9 additions and 2 deletions
|
@ -1,11 +1,18 @@
|
|||
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: /library
|
||||
wp_abs_path: /library/wordpress
|
||||
|
||||
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 }}"
|
||||
|
|
Loading…
Reference in a new issue