Deploy Private Git Repository using Gitea
You can deploy your own private Git repository using Gitea to use AWX with the playbooks on SCM.
However, it just so happens... We've already done that for you by-default in Ubiquity! Aren't we good to you!
Table of Contents
Configure AWX to use Git Repository with Self-Signed Certificate
- Add Credentials for SCM
- Allow Self-Signed Certificate such as this Gitea
- Open
Settings
>Jobs settings
in AWX -
Press
Edit
and scroll down toExtra Environment Variables
, then add"GIT_SSL_NO_VERIFY": "True"
in{}
{ "GIT_SSL_NO_VERIFY": "True" }
-
Press
Save