Using one Bedrock-Ansible Install for Multiple sites

I’m trying to utilize one Bedrock-Ansible install, then inside of each Bedrock folder, it’s own Vagrantfile. Currently, this has led me to have numerous different development, staging, and production files.

My group_vars looks like: http://imgur.com/zn11PCx and I’m trying to compact them into one file.

What I’m doing now, is just creating these files as a backup, and when I switch what local site I want to work on, I’ll just open the file, copy the config, paste it into development and then run vagrant up from whatever’s site’s bedrock directory.

I tried putting all the local files into the wordpress_sites array, but it creates everything on one VM.

@brandon I haven’t looked into this much, but it sounds similar to some of the ideas at the tail end of this thread: https://github.com/roots/bedrock-ansible/pull/180#issuecomment-92098725