Create AWX Project from gitlab.com

I have the ansible playbook and variables stored in a gitlab repo. This are the steps I’ve done to synchronize it to AWX.

In Gitlab.com choose the Repository – Settings – Deploy Tokens and create an Token with a password.

In AWX create a credential to synchronize the gitlab.com Repository. Use the username and password you created before in the gitlab.com repo.

Then go to Projects and put in the Repo URL in “SCM URL” and choose the credential created before.

Leave a Comment