1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/wordpress/defaults/main.yml
A Holt a0571ae593 WordPress 4.8 instead of 4.7.3
WordPress 4.8 was released 4 days ago and I tested this on Raspbian, based on:

   http://download.iiab.io/packages/wordpress-4.8.tar.gz

If folks care about testing this on Debian, CentOS, Ubuntu, etc please do that promptly in coming days so this can be pushed/merged into master, Thanks!
2017-06-12 08:05:37 -04:00

10 lines
285 B
YAML

wordpress_src: wordpress-4.8.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_url: /wordpress
wp_full_url: "http://{{ iiab_hostname }}{{ wp_url }}"