Thank you for considering to contribute to Gluster Ansible. This document explains how the repository is organized and how to submit contributions.
Table of Contents
We have the following categories into one of which your Ansible role might fit into:
If your proposed contribution does not align with any of the above categories feel free to send a mail to gluster-devel@ we will be happy to discuss.
- Fork the repo and make changes in your local repo.
- Make changes and commit. You may want to review your changes and run tests:
- Ensure that you write a README.md for your role explaining the variables supported in the role. An example role can be found here
- Test the role and provide at least one playbook which uses the role.
- Open a Pull Request. Give it a meaningful title explaining the changes you are proposing, and then add further details in the description.