Q&A Best way to test Playbooks, roles using awx

Hello,

i have created this thread because i have some ideas how you guys are developing playbooks, roles, modules against awx this is how i currently run my code.

I have created a devcontainer in visual studio with all the python libaries / dependencies in it.
When i completed a playbook / module / role i push my changes to Gitlab and then i launch a test machine and trigger the playbook / module / role.

but this can take up some time , is there a better way to do this wat are you guys using to run tests localy.

My main working machine is on windows but i run everything inside WSL technacly i can get rid of wsl but i am using dev containers not very long and i am still looking around what is the best method.