I am new to Awx and I find tool very interesting to learn.
Recently , our project went live but we had to manually create and deploy playbooks from dev to production.
I am looking for options on how to automate the code promotion(more than 10 gitlab projects at a time) using gitlab or any cicd tool from test to production.
I am not in favor of that method, one should only pull from production after testing has released to production. I recommend that at the end of testing and passing is when it is synced/committed to production. We had a bad experience at one of my old companies with the way you are running now , code was added to test and they pulled to production and took down the app stack
Also, if you haven’t already, be sure to checkout the awx.awx collection and write plays to help keep projects, job templates synced across your development and production installations.