Skip to content

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

  1. Add Credentials for SCM
  2. Allow Self-Signed Certificate such as this Gitea
  3. Open Settings > Jobs settings in AWX
  4. Press Edit and scroll down to Extra Environment Variables, then add "GIT_SSL_NO_VERIFY": "True" in {}

    {
      "GIT_SSL_NO_VERIFY": "True"
    }
    
  5. Press Save