Syncronize GitHub repository with AWX/Ansible Tower
To configure a project on AWX/Ansible Tower to sync with a github repo you need have:
token that permit you access the repo
First lets see the credential.
You just need create one:
Select Source Control as type.
use the username git and on password you put your github token.
Just click save.
Now create a project.
As showed below on the image:
Past the https link of you repo, select the credential that you have created, set the branch as master or you can leave blank.
And I marked two options to clean and delete local files because I was facing a problem when the project started to sync:
After that, just start syncing and check the logs, everything should work fine.
Comentários
Postar um comentário