CircleCI vs. Red Hat Ansible Automation Platform

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
CircleCI
Score 8.3 out of 10
N/A
CircleCI is a software delivery engine from the company of the same name in San Francisco, that helps teams ship software faster, offering their platform for Continuous Integration and Continuous Delivery (CI/CD). Ultimately, the solution helps to map every source of change for software teams, so they can accelerate innovation and growth.
$0
per month
Ansible
Score 8.9 out of 10
N/A
The Red Hat Ansible Automation Platform (acquired by Red Hat in 2015) is a foundation for building and operating automation across an organization. The platform includes tools needed to implement enterprise-wide automation, and can automate resource provisioning, and IT environments and configuration of systems and devices. It can be used in a CI/CD process to provision the target environment and to then deploy the application on it.
$5,000
per year
Pricing
CircleCIRed Hat Ansible Automation Platform
Editions & Modules
Free
$0
per month
Performance
$30
per month
Server
$35
per month
Scale
Custom Pricing
Basic Tower
5,000
per year
Enterprise Tower
10,000
per year
Premium Tower
14,000
per year
Offerings
Pricing Offerings
CircleCIAnsible
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
CircleCIRed Hat Ansible Automation Platform
Considered Both Products
CircleCI

No answer on this topic

Ansible
Chose Red Hat Ansible Automation Platform
We looked at Puppet and Chef, but Ansible won because it's agentless. You trade some features, for example, someone could manually make a change on the server, and Ansible wouldn't know. But that's not a problem for us, and we needed something that we could run immediately on …
Top Pros
Top Cons
Best Alternatives
CircleCIRed Hat Ansible Automation Platform
Small Businesses
GitLab
GitLab
Score 8.9 out of 10
HashiCorp Terraform
HashiCorp Terraform
Score 8.5 out of 10
Medium-sized Companies
GitLab
GitLab
Score 8.9 out of 10
AWS CloudFormation
AWS CloudFormation
Score 8.7 out of 10
Enterprises
GitLab
GitLab
Score 8.9 out of 10
AWS CloudFormation
AWS CloudFormation
Score 8.7 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
CircleCIRed Hat Ansible Automation Platform
Likelihood to Recommend
8.0
(26 ratings)
9.0
(63 ratings)
Likelihood to Renew
-
(0 ratings)
8.6
(2 ratings)
Usability
10.0
(1 ratings)
7.3
(1 ratings)
Performance
7.8
(3 ratings)
8.7
(5 ratings)
Support Rating
6.9
(6 ratings)
7.3
(3 ratings)
Implementation Rating
-
(0 ratings)
8.2
(1 ratings)
Ease of integration
-
(0 ratings)
8.6
(5 ratings)
User Testimonials
CircleCIRed Hat Ansible Automation Platform
Likelihood to Recommend
CircleCI
CircleCI is perfect for a CI/CD pipeline for an app using a standard build process. It'll take more work for a complex build process, but should still be up to the task unless you need a lot of integrations with other tools. If you have a big team and can spare someone to focus full time on just the CI/CD tools, maybe something like Jenkins is better, but if you're just looking to get your app built, tested, and delivered without a huge amount of effort, CircleCI is probably your preferred tool.
Read full review
Red Hat
The thing I mentioned earlier where we're constantly dealing with federal regulations or new agents that they want us to install and deploy and just getting those out in a consistent manner in a canned installation via Playbook is ideal
Read full review
Pros
CircleCI
  • Multiple builds can be run at the same time in parallel.
  • The CircleCI web interface (UI/UX) is very easy to understand and use.
  • Easy Configuration to learn and use. Just a single configuration YAML file.
  • Many integrations. We use the GItHub, Slack, and DataDog integrations.
Read full review
Red Hat
  • Makes it easy to create and share automation in one central hub.
  • Ansible content collections give me the ability to reuse code, making it rapid to carry out complex IT processes.
  • Event-driven automation allows me to reduce manual tasks: it is rapid to know which action to take and respond automatically by receiving events from external apps automatically.
Read full review
Cons
CircleCI
  • The "phases" their config file uses to separate out options seem very arbitrary and are not very helpful for organizing your config file
  • No way that I know of to configure which version of MongoDB you use. You have to write your own shell script to download and start MongoDB if you want a specific version.
  • Hard to access build artifacts in the UI
Read full review
Red Hat
  • Workflows should have more flexible paths than just success or failure.
  • The upgrade process can be challenging with differences in security and environment.
  • There is an opportunity to add CICD functionality into the tool.
  • For development, it would be nice to have the option of editing a repo directly from AAP to allow quick tests/reruns. Then, allow it to push the updates back or create a new branch/PR in GitHub.
  • The RBAC is good but could use improvements. One example would be an option that allows admins to assume the access of another user to validate it works as expected.
Read full review
Likelihood to Renew
CircleCI
No answers on this topic
Red Hat
We are deploying Ansible at all levels of the organization
Read full review
Usability
CircleCI
CircleCI interface is awesome in that it is relatively modern and makes it clear exactly which parts of the engineering lifecycle you are in
Read full review
Red Hat
the yaml is easy to write and most people can be taught to write basic playbooks in a few weeks
Read full review
Performance
CircleCI
It's pretty snappy, even with using workflows with multiple steps and different docker images. I've seen builds take a long time if it's really involved, but from what I can tell, it's still at least on par if not faster than other build tools.
Read full review
Red Hat
Great in almost every way compared to any other configuration management software. The only thing I wish for is python3 support. Other than that, YAML is much improved compared to the Ruby of Chef. The agentless nature is incredibly convenient for managing systems quickly, and if a member of your term has no terminal experience whatsoever they can still use the UI.
Read full review
Support Rating
CircleCI
Unless you have a reasonably large account, you're going to be mainly stuck reading their documentation. Which has improved somewhat over the years but is still extremely limited compared to a platform like Digital Ocean who invested in the documentation and a community to ensure it's kept up to date. If you can't find your answer there, you can be stuck.
Read full review
Red Hat
There is a lot of good documentation that Ansible and Red Hat provide which should help get someone started with making Ansible useful. But once you get to more complicated scenarios, you will benefit from learning from others. I have not used Red Hat support for work with Ansible, but many of the online resources are helpful.
Read full review
Implementation Rating
CircleCI
No answers on this topic
Red Hat
I spoke on this topic today!
Read full review
Alternatives Considered
CircleCI
Circle was the first CI with simple setup, great documentation, and tight integration with GitHub. Using Jenkins was too much maintenance and overhead, TeamCity was limited in how we could customize it and run concurrent builds, TravisCI was not available for private repos when we switched.
Read full review
Red Hat
AAP doesn't truly stack up against any of the products mentioned except for Aria Automation. But, it is extensible and open and has a lower cost to entry.
Read full review
Return on Investment
CircleCI
  • It has eased the burden of standardizing our testing and deployment, making onboarding new developers much faster, and having to fix deployment mistakes much less often.
  • It allows us to focus our process around the GitHub workflow, ignoring the details of whatever environment the thing we're working on is actually hosted in. This saves us time.
Read full review
Red Hat
  • Red Hat Ansible Automation Platform offers automation and ML tools that allow me to automate complex IT tasks.
  • Through automation analytics, it is seamless to gain full visibility into automation performance allowing me to make informed decisions.
  • Red Hat Ansible Automation Platform allows me to move rapidly from insights to action.
  • Creating and sharing automation content in one place unify a team in one place hence enhancing real-time collaboration.
Read full review
ScreenShots