ansible-role-apache/wordpress-nginx/group_vars/all

16 lines
465 B
Text

---
# Which version of Wordpress to deploy
wp_version: 3.6
wp_sha256sum: cf3dac69cd1810d8f4880b2c982fee869a0c56e1c4f793bbfc6d7021fd6da97c
# These are the Wordpress database settings
wp_db_name: wordpress
wp_db_user: wordpress
wp_db_password: secret
# You shouldn't need to change this.
mysql_port: 3306
# This is used for the nginx server configuration, but # access to the
# Wordpress site is not restricted by a # named host.
server_hostname: www.example.com