Skip to content

Instantly share code, notes, and snippets.

@cmosguy
Created March 27, 2016 16:41
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/d80f1cd976e8a864e1ce to your computer and use it in GitHub Desktop.
Save cmosguy/d80f1cd976e8a864e1ce to your computer and use it in GitHub Desktop.
# vim:ft=ansible
# Documentation: https://roots.io/trellis/docs/local-development-setup/
wordpress_sites:
roots-example-project.com:
site_hosts:
- roots-example-project.dev
local_path: ../site # path targeting local Bedrock site directory (relative to Ansible root)
site_install: true
site_title: Example Site
admin_user: admin
# admin_password: (defined in group_vars/development/vault.yml)
admin_email: admin@roots-example-project.dev
initial_permalink_structure: /%postname%/ # applied only at time of WP install and when `site_install: true`
multisite:
enabled: false
subdomains: false
ssl:
enabled: false
cache:
enabled: false
duration: 30s
env:
disable_wp_cron: true
wp_home: http://roots-example-project.dev
wp_siteurl: http://roots-example-project.dev/wp
wp_env: development
db_name: example_dev
db_user: example_dbuser
# db_password: (defined in group_vars/development/vault.yml)
consortwinetours.com:
site_hosts:
- roots-example-project.dev
local_path: ../consortwinetours.dev # path targeting local Bedrock site directory (relative to Ansible root)
site_install: true
site_title: Consort Wine Tours
admin_user: admin
# admin_password: (defined in group_vars/development/vault.yml)
admin_email: admin@consort.dev
initial_permalink_structure: /%postname%/ # applied only at time of WP install and when `site_install: true`
multisite:
enabled: false
subdomains: false
ssl:
enabled: false
cache:
enabled: false
duration: 30s
env:
disable_wp_cron: true
wp_home: http://consrt.dev
wp_siteurl: http://consort.dev/wp
wp_env: development
db_name: consort
db_user: example_dbuser
# db_password: (defined in group_vars/development/vault.yml)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment