I've always been configuring and setting up things like NGINX servers, Tomcat servers, Gunicorn/UWSGI servers, or any type of web server and etc. Or maybe setting up architecture with code in AWS, or even configuration management of any kind. Why isn't there a place that we can see all kinds of Ansible scripts?<p>Anything that involves settings or configurations, there's not a "one and all" place to look at. We have to painfully look through the documentation that has hundreds of options that doesn't describe them very well. So we go find blog articles that actually give us the knowledge what that option actually does.<p>DevOps engineers might like these kinds of work, but for people who aren't DevOps engineers but have to do them as a software engineer don't really like configuring scripts all day and not be able to code!<p>Okay! Here are the questions:<p>1. Is there any sort of service that can solve this kind of problem?<p>2. If there isn't, is there anything close to it?<p>3. If a solution doesn't exist, I would love to make it!