Skip to content

Instantly share code, notes, and snippets.

@cmosguy
Last active April 12, 2016 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmosguy/f42164ca1740b3756b8f8e29e6facc0d to your computer and use it in GitHub Desktop.
Save cmosguy/f42164ca1740b3756b8f8e29e6facc0d to your computer and use it in GitHub Desktop.
wordpress_sites:
example.com:
site_hosts:
- staging-roots-example.adamklein.io
local_path: roots-example-project.dev # path targeting local Bedrock site directory (relative to Ansible root)
repo: git@bitbucket.org:cmosguy/roots-example-project.dev.git
branch: master
#repo_subtree_path: # relative path to your Bedrock/WP directory in your repo
sage_template: true
multisite:
enabled: false
subdomains: false
ssl:
enabled: false
# cert: ~/ssl/example.com.crt
# key: ~/ssl/example.com.key
cache:
enabled: false
duration: 30s
env:
disable_wp_cron: true
wp_home: http://staging-roots-example.adamklein.io
wp_siteurl: http://staging-roots-example.adamklein.io/wp
wp_env: staging
db_name: wproots
db_user: forge
# Define the following variables in group_vars/staging/vault.yml
# db_password:
# auth_key:
# secure_auth_key:
# logged_in_key:
# nonce_key:
# auth_salt:
# secure_auth_salt:
# logged_in_salt:
# nonce_salt:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment