Ignoring Group Vars - Bedrock Ansible

What is the best practice for contributing to Bedrock-Ansible while keeping it configured for my personal development environment?

I’m using a remote DB in my group_vars/development file so I can’t commit that on pull requests.

I’ve tested a few options where I swapped development with development.example and update my .gitignore file to only track *.example files in that directory.

I’ve also tested adding vagrant-env to store my DB settings but that adds an extra plugin to this project and it’s not as streamlined.

Somehow missed this.

You should just maintain a checked out version of your clean fork. Whatever version of bedrock-ansible you’re actually using for dev/remote servers should be a different checked out folder probably.