No more typing reviews! Try our Samantha, our new voice AI agent.

GoCD vs Red Hat Ansible Automation Platform comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Feb 1, 2026

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

GoCD
Ranking in Release Automation
14th
Average Rating
7.6
Reviews Sentiment
7.1
Number of Reviews
7
Ranking in other categories
Application Lifecycle Management (ALM) Suites (18th), Build Automation (18th)
Red Hat Ansible Automation ...
Ranking in Release Automation
3rd
Average Rating
8.6
Reviews Sentiment
7.3
Number of Reviews
72
Ranking in other categories
Configuration Management (2nd), Network Automation (1st)
 

Mindshare comparison

As of August 2026, in the Release Automation category, the mindshare of GoCD is 2.8%, up from 1.4% compared to the previous year. The mindshare of Red Hat Ansible Automation Platform is 5.3%, down from 5.7% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Release Automation Mindshare Distribution
ProductMindshare (%)
Red Hat Ansible Automation Platform5.3%
GoCD2.8%
Other91.9%
Release Automation
 

Featured Reviews

Nishant Narayan Singh - PeerSpot reviewer
DevOps Architect at a consultancy with 10,001+ employees
Simplifies the pipeline process, but the access control system needs enhancement
One area of product improvement is the access control system. It is difficult to assign different access levels because it relies on separate keys for developer and admin access, which could be simplified. The folder structure is another aspect that could be enhanced, as all jobs are displayed on a single page without the clear organization seen in Jenkins. Implementing a more structured approach to organizing jobs would improve user experience. AI could simplify job creation. For example, instead of manually editing pipelines as code, an AI tool could allow users to input variables and automatically generate the required jobs. It would help reduce human errors, such as issues that arise from incorrect edits in large code files.
Manas Kashyap - PeerSpot reviewer
Senior Dev Ops Engineer at 11 East Capital
Automation has transformed server patching and has reduced months of work to minutes
The best features that Red Hat Ansible Automation Platform offers is that it does not require any additional resources inside the servers. Python is the only requirement, and since Python is already present inside the servers, we can run it from our location and it automatically deploys things and does the work for us. The minimal requirements and easy deployment have definitely impacted my daily work and my team's efficiency. Red Hat Ansible Automation Platform is one of the best features that we depend on. We have evaluated other options, but Red Hat Ansible Automation Platform was the best choice because it has saved us a tremendous amount of time. We do not need to manually intervene in the servers or install third-party software to maintain these things. It is very easy to write playbooks for Red Hat Ansible Automation Platform. Ansible Galaxy contains many playbooks that are readily available and ready to be used. It is highly configurable with Jinja templating, making it easy to maintain. Red Hat Ansible Automation Platform has positively impacted my organization. Previously, we needed to go into the servers and maintain them manually, which used to take a lot of time. For 200 to 300 servers, the maintenance took about one to two months. New patches would arrive and we would have to repeat the process. Now, it is a one-night work or a 10 to 15 minutes task. We write a playbook, maintain an inventory, and roll out the updates and it starts working for us. Red Hat Ansible Automation Platform uses conditional clauses and has rollback options, functioning like a standard coding language that is simple to use. There is definitely a reduction in errors with Red Hat Ansible Automation Platform because we have playbooks written with all the necessary clauses and rollback options. Manual work automatically creates more errors, whereas in automation, we have written sets that we do not forget every time we run it. We have protected written sets that we execute consistently.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"The UI is colorful."
"Permission separations mean that we can grant limited permissions for each team or team member."
"In terms of value added it has more than achieved everything we wanted from it and more."
"After we switched to GO, each team can set-up their own delivery pipeline and run it themselves."
"GoCD's open-source nature is valuable."
"It has a user-friendly interface, which for free and open-source tools, the UI is really amazing and simple."
"The most notable aspect is its user interface, which we find to be user-friendly and straightforward for deploying and comprehending pipelines. We have the ability to create multiple pipelines, and in addition to that, the resource consumption is impressive."
"Ansible is agentless. So, we don't need to set up any agent into the computer we are interacting with. The only prerequisite is that the host with which we are going to interact must have the Python interpreter installed on it. We can connect to a host and do our configuration by using Ansible."
"The user interface is well-built and very easy to navigate around."
"Managing our inventory is a big pain point. Right now, we have Satellite, but we can tie it in with Satellite, so we can actually manage things and automate the entire deployment stack, instead of trying to grab things from tickets, then generating Kickstart, and using that to get things in Satellite. That doesn't work well. We can do the whole deployment stack using the inventory share between Tower and Satellite."
"The beauty of Ansible is the easy ramp-up to get started."
"The development tools are decent and being able to consistently manage those servers is really the key, which is why we went with Ansible in the first place."
"The capacity to install products on the operating system is very valuable."
"So far, the main thing we've been doing with it is using it to automate our monthly patching of servers, and we can, in one hour, do a patch that would take people one night to do."
"The work that previously took two months now takes 10 to 15 minutes."
 

Cons

"The documentation really should be improved by including real examples and more setup cases."
"GO doesn't come with a lot of out of the box features like other tools, don't expect that you can get it to work by clicking the NEXT button."
"User management, Documentation, Advanced GUI functionality."
"The tool must be more user-friendly."
"The aspect that requires attention is the user management component. When integrating with BitLabs and authenticating through GitLab, there are specific features we desire. One important feature is the ability to import users directly from GitLab, along with their respective designations, and assign appropriate privileges based on that information. Allocating different privileges to users is a time-consuming process for us."
"It is difficult to assign different access levels because it relies on separate keys for developer and admin access, which could be simplified."
"Networking needs to be improved."
"Because some documentation needs to be improved - while getting started with it is getting better - it's hard to give it a perfect ten."
"From Red Hat Insights point of view, the product is not on top as it is not responding as per the demand...Like on cloud platforms, you can see the main parts of Red Hat Insights, along with the inventory of all your apps. So, that is missing in Red Hat Ansible Automation Platform."
"The solution should add a nice self-service portal."
"Ansible has just been upgraded, and the only issue that we are seeing at the moment is that the user interface can be slow. We're currently investigating the refresh period with Red Hat when you click a job and run a job. It seems that the buffer no longer runs in real-time. We haven't discovered whether that's partially an issue with our environment, but Red Hat has come back and said that they're working on a couple of bugs in the background. We've upgraded to that version in the last six months, and that's the only issue that we've seen."
"Ansible is great, but there are not many modules. You can do about 80% to 90% of things by using commands, but more modules should be added. We cannot do some of the things in Ansible. In Red Hat, we have the YUM package manager, and there are certain options that we can pass through YUM. To install the Docker Community Edition, I'll write the yum install docker-ce command, but because the Docker Community Edition is not compatible with RHEL 8, I will have to use the nobest option, such as yum install docker-ce --nobest. The nobest option installs the most stable version that can be installed on a particular system. In Ansible, the nobest option is not there. So, it needs some improvements in terms of options. There should be more options, keywords, and modules."
"Ansible could probably help here with better documentation."
"The communication on it is not probably where it could be."
 

Pricing and Cost Advice

"It's an open-source and free tool."
"This is an open-source solution and it is inexpensive."
"Ansible Tower is free. Until they lower the cost, we are holding off on purchasing the product."
"Red Hat Ansible Automation Platform is an expensive solution. There may be additional fees to use advanced features."
"The pricing is pretty standard."
"We use the open-source version of the solution."
"Ansible is a lot more competitive than any of the others. Its setup was also straightforward. In fact, we just implemented Ansible on OpenShift, so that is how we are running the Ansible Automation Platform now."
"We're charged between $8 to $13 a month per license."
"The cost is high, but it still works well."
"If you only need to use Ansible, it's free for any end-user, but when you require Ansible Tower, you need to pay per Ansible Tower server."
report
Use our free recommendation engine to learn which Release Automation solutions are best for your needs.
908,834 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
15%
Manufacturing Company
9%
Construction Company
8%
Educational Organization
7%
Financial Services Firm
17%
Manufacturing Company
9%
Government
7%
Construction Company
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business4
Midsize Enterprise2
Large Enterprise3
By reviewers
Company SizeCount
Small Business25
Midsize Enterprise8
Large Enterprise52
 

Questions from the Community

What needs improvement with GoCD?
One area of product improvement is the access control system. It is difficult to assign different access levels because it relies on separate keys for developer and admin access, which could be sim...
What is your primary use case for GoCD?
The solution helps us deploy microservices across multiple environments.
What advice do you have for others considering GoCD?
We integrate the solution with Git, where we store our code. We use Maven to build the code and tools like SonarQube and Checkmarx for code quality checks. We deploy our services in a Kubernetes-ba...
What is the difference between Red Hat Satellite and Ansible?
Red Hat Satellite has proven to be a worthwhile investment for me. Both its patch management and license management have been outstanding. If you have a large environment, patching systems is much ...
How does Ansible compare to Microsoft Endpoint Configuration Manager (SCCM)?
Microsoft Endpoint Configuration Manager takes knowledge and research to properly configure. The length of time that the set up will take depends on the kind of technical architecture that your org...
What is your experience regarding pricing and costs for Red Hat Ansible Automation Platform?
My experience with pricing, setup cost, and licensing for Red Hat Ansible Automation Platform was very simple. There is no pricing and no licensing required, as Red Hat Ansible Automation Platform ...
 

Also Known As

Adaptive ALM, Thoughtworks Go
Ansible, Red Hat Ansible Automation Platform Subscription on AWS
 

Overview

 

Sample Customers

Ancestry.com, Barclay Card, AutoTrader, BT Financial Group, Gamesys, Nike, Vodafone, Haufe Lexware, Medidata, Hoovers
HootSuite Media, Inc., Cloud Physics, Narrative, BinckBank
Find out what your peers are saying about GoCD vs. Red Hat Ansible Automation Platform and other solutions. Updated: August 2026.
908,834 professionals have used our research since 2012.