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
13th
Average Rating
7.6
Reviews Sentiment
7.1
Number of Reviews
7
Ranking in other categories
Application Lifecycle Management (ALM) Suites (17th), 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 (1st), Network Automation (1st)
 

Mindshare comparison

As of June 2026, in the Release Automation category, the mindshare of GoCD is 2.5%, up from 1.5% compared to the previous year. The mindshare of Red Hat Ansible Automation Platform is 5.1%, 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.1%
GoCD2.5%
Other92.4%
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

"After we switched to GO, each team can set-up their own delivery pipeline and run it themselves."
"The UI is colorful."
"It has a user-friendly interface, which for free and open-source tools, the UI is really amazing and simple."
"GoCD's open-source nature is valuable."
"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."
"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."
"When you have an enterprise-level number of network devices, the ability to quickly push out security updates to thousands of devices is the biggest thing"
"The solution is capable of integrating with many applications and devices in comparison to BigFix."
"It was easy to read and learn. It is a YAML-based syntax, which makes it easily understand and pick up."
"The reason I like Ansible is, first, the coding of it is very straightforward, it's very human-readable."
"It is agentless. I don't have to think about which client system my unit has understanding in or not, because I can execute from my system. It will go and configure it, and any module that it is looking for will be shipped out."
"The most valuable feature of the solution is that we don’t need an agent for it to work."
"Since it is in YAML, if I have to explain it to somebody else, they can easily understand it."
"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."
 

Cons

"The documentation really should be improved by including real examples and more setup cases."
"User management, Documentation, Advanced GUI functionality."
"It is difficult to assign different access levels because it relies on separate keys for developer and admin access, which could be simplified."
"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."
"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."
"The documentation for the installation step of deployment, OpenStack, etc., and these things have to be a bit more detailed."
"The solution costs a lot. It's not cheap."
"There are challenges in using the graphical interface, particularly in open-source versions."
"We are very satisfied with what we have. From a management point of view, whatever makes it easier for my team to help customers write their own playbooks would be something very beneficial. Everything is going as a service. Creating playbooks can become much more consumer-oriented so that customers do not need to contact us to write their own playbooks."
"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."
"What I would like to see is a refined Dashboard to see, when I log in: Here are all my jobs, here are how many times they've executed; some kind graphical stitching-together of the workflows and jobs, and how they're connected. Also, those "failed hosts," what does that mean? We have a problem, a failed host can be anything. Is SSH the reason it failed? Is the job template why it failed? It doesn't really distinguish that."
"Performance has been an issue on larger environments, but it has gotten a lot better over the past two years."
"For a couple of the API integrations, there has been a lack of documentation."
 

Pricing and Cost Advice

"It's an open-source and free tool."
"This is an open-source solution and it is inexpensive."
"The pricing for us is huge because we use twenty thousand nodes, so that is a huge infrastructure, but if someone is using a small infrastructure, then the pricing is not so much."
"Ansible Tower is free. Until they lower the cost, we are holding off on purchasing the product."
"We use the open-source version of the solution."
"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."
"Users have to pay a per-node cost of around $ 100 per node."
"It is a little pricey but it is affordable. It is not that bad."
"Customers need to pay yearly for the license."
"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."
report
Use our free recommendation engine to learn which Release Automation solutions are best for your needs.
900,747 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
15%
Manufacturing Company
10%
Construction Company
8%
Computer Software Company
7%
Financial Services Firm
18%
Manufacturing Company
9%
Computer Software Company
6%
Government
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: June 2026.
900,747 professionals have used our research since 2012.