Skip to content

Commit

Permalink
Merge pull request roots#496 from roots/more-comments-in-remote-wordp…
Browse files Browse the repository at this point in the history
…ress-sites

Add some more comments to remote wordpress_sites
  • Loading branch information
retlehs committed Feb 17, 2016
2 parents 362fb8a + cef67ee commit ea3adaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions group_vars/production/wordpress_sites.yml
Expand Up @@ -4,14 +4,16 @@ wordpress_sites:
site_hosts:
- example.com
local_path: ../site # path targeting local Bedrock site directory (relative to Ansible root)
repo: git@github.com:roots/bedrock.git
repo: git@github.com:example/example.com.git # replace with your Git repo URL
branch: master
# repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo (above) if it is not the root (like the roots-example-project structure)
repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
multisite:
enabled: false
subdomains: false
ssl:
enabled: false
# cert: ~/ssl/example.com.crt
# key: ~/ssl/example.com.key
cache:
enabled: false
duration: 30s
Expand Down
6 changes: 4 additions & 2 deletions group_vars/staging/wordpress_sites.yml
Expand Up @@ -4,14 +4,16 @@ wordpress_sites:
site_hosts:
- staging.example.com
local_path: ../site # path targeting local Bedrock site directory (relative to Ansible root)
repo: git@github.com:roots/bedrock.git
repo: git@github.com:example/example.com.git # replace with your Git repo URL
branch: master
# repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo (above) if it is not the root (like the roots-example-project structure)
repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
multisite:
enabled: false
subdomains: false
ssl:
enabled: false
# cert: ~/ssl/example.com.crt
# key: ~/ssl/example.com.key
cache:
enabled: false
duration: 30s
Expand Down

0 comments on commit ea3adaa

Please sign in to comment.