Iβm Siddhartha Reddy, learning & exploring DevOps tools like Ansible, Docker, Kubernetes and many others etc, β¦
Iβm new to open source, but I want to learn and contribute open-source projects. can someone help me in contributing open-source projects. letβs collaborate to work & fix bugs together
On a play server or virtual machine, try setting it upby defining the server fully using Ansible. Search on Ansible Galaxy to find roles to install your software: https://galaxy.ansible.com
Make a playbook for the server that pulls in all the Ansible roles needed to define it. For example, a role for Nginx, one for Node.js and one for MySQL.
In the process you are likely to find some ways that the roles could be improved in the code or docs.
Make some changes, test them in your play environment, and then submit a PR.
Or, for each role you find, look at their bug tracker and see if there are already some open issues you could tackle.