- If you experience or notice an error, bug, documentation issue, please feel free to;
- Open a GitHub Issue against the project.
- Provide details and logs in the description on how to reproduce the issue.
- Provide details of the operating system type and version, custom configurations, versions of applications that are displaying the issue, if applicable.
- If you would like to contribute to the project, please feel free to create a Pull Request;
- Fork the upstream repository.
- Clone the recently forked repository to your workstation.
- Navigate into the repository and create a branch and checkout into the new branch.
- Make changes that you would like to contribute then add and commit changes to the repository.
- Push the changes you made in the local branch to your remote fork.
- Create a Pull Request against the upstream repository.
- When working on ansible playbooks, a recommendation would be to leverage Ansible Lint, which is a linter that checks playbooks for practices that could be improved.
- This project is using Ansible Lint for GitHub Action as a GitHub Action to check playbooks in the repository.