One of the great advantages of combining GitOps with Ansible is that you get to streamline the automation delivery and the lifecycle of a containerized application. With the abilities of GitOps we get to: Standardize configurations of our applications.

That leads us to, “how do we combine Ansible and GitOps to manage the lifecycle of a containerized application?”

The GitHub personal access token (PAT) is one of the credentials needed to associate the Ansible workflow with your Git repository.

Head over to your automation controller dashboard and you should see the App Demo workflow running.

Related Articles