Skip to content

Instantly share code, notes, and snippets.

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 gabrielwolf/188904b17aa4f1743eb2e8924145067e to your computer and use it in GitHub Desktop.
Save gabrielwolf/188904b17aa4f1743eb2e8924145067e to your computer and use it in GitHub Desktop.
trellis-database-uploads-migration config problem
wordpress_sites:
dock2dekoration.de:
site_hosts:
- canonical: dock2dekoration.local
local_path: ../site # path targeting local Bedrock site directory (relative to Ansible root)
admin_email: develop@wirbelprint.de
multisite:
enabled: false
ssl:
enabled: false
provider: self-signed
cache:
enabled: false
site_install: false
development_host ansible_host=192.168.50.5 ansible_connection=ssh ansible_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/default/virtualbox/private_key ansible_ssh_extra_args="-o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null"
[development]
development_host ansible_connection=local
[web]
development_host ansible_connection=local
# Add each host to the [staging] group and to a "type" group such as [web] or [db].
# List each machine only once per [group], even if it will host multiple sites.
staging_host ansible_host=dock2dekoration.testserver.berlin
[staging]
staging_host
[web]
staging_host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment