Skip to main content
TrustRadius
Ansible

Ansible

Overview

What is Ansible?

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…

Read more
Recent Reviews
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Reviewer Pros & Cons

View all pros & cons

Video Reviews

3 videos

Is it worth it? | Red Hat Ansible Automation Platform Review
04:14
Red Hat Ansible Automation Platform Review | Words from an Automation Architect
03:12
Red Hat Ansible Automation Platform Review | Systems Admin Thoughts
06:37
Return to navigation

Pricing

View all pricing

Basic Tower

5,000

On Premise
per year

Enterprise Tower

10,000

On Premise
per year

Premium Tower

14,000

On Premise
per year

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services
Return to navigation

Product Demos

WebLogic Continuous Deployment with Red Hat Ansible Automation Platform

YouTube

Trusted Automation Series: F5 BigIP

YouTube

Manage your Cisco devices with Red Hat Ansible Automation Platform

YouTube

Network Automation Basics - First Ansible Playbook

YouTube

Deep Dive - Automated NetOps - Ansible for Network GitOps

YouTube
Return to navigation

Product Details

What is Ansible?

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.

Its Automation Hub provides a one-stop-shop for Ansible content that is backed by support from Red Hat and its partners to deliver additional reassurance for demanding environments.

The Ansible project and Ansible Engine are open source technologies. The Ansible project is built by the community (ansible.com/community) for the benefit of the community. Ansible Engine is developed by Red Hat with the explicit intent of being used as an enterprise IT platform.

Ansible Technical Details

Deployment TypesOn-premise
Operating SystemsLinux
Mobile ApplicationNo

Frequently Asked Questions

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.

Reviewers rate Performance highest, with a score of 8.7.

The most common users of Ansible are from Enterprises (1,001+ employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(258)

Attribute Ratings

Reviews

(1-25 of 63)
Companies can't remove reviews or game the system. Here's why
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • For example, when we want to do a deployment of a new software agent or a new piece of code it also helps us to offload tasks to junior team members to where we can just put a series of complicated steps into a playbook and hand it off to an operator level person to coordinate and deploy. Like if it requires an outage or something, they just can focus on coordinating a schedule for doing it, but not on the technical aspects of the task.
  • I saw a demo this morning during the keynote where they talked about using natural language and basically having the playbook write itself. I thought that was awesome and I thought that that's one of the biggest hurdles to being able to leverage Ansible is to learn its syntax. And it can be very picky about the syntax and spacing when you're writing a playbook. So I would say if it wasn't so picky, it would be easier to pick up and learn.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • Easily create the scheduled or on-demand validation jobs
  • Ansible jobs could be run by other users via granting the proper privilege
  • No agent required on the hosting server
  • More flow control functionality in Ansible Job Flow
  • Better IDE
Score 9 out of 10
Vetted Review
Verified User
  • Cloud infrastructure automation saves time and finances.
  • Ansible allows me to connect with teams and deliver efficiencies for my agency when automating apps procedures.
  • It combines hybrid cloud, edge, network and security automation in one place.
  • Enterprise tower is way too expensive but the impacts that we get is remarkable.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Distributed deployment options
  • RBAC
  • Identity providers options
  • UI has always been a problem and a cause of the users complaints. Specifically the option of following the job output.
Score 8 out of 10
Vetted Review
Verified User
  • 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.
  • The price is a bit high.
  • Lack of mobile apps for iOS and Android.
  • Complexity in third-party service integration.
Score 9 out of 10
Vetted Review
Verified User
  • It allows me to automate IT actions through user-defined and rule-based constructs.
  • Manage inventory automatically.
  • Boost collaboration of teams in one place.
  • Eradicate human errors by getting rid of manual tasks.
  • It was a bit complex to integrate with other external applications during the initial stage.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Automation for every platform due to agentless architecture.
  • Easy adoption due to human readable code and simple-to-use GUI.
  • Great API that can be called from ServiceNow forms, Pipelines, GitHub Webhooks, or anywhere else.
  • A secure vault that is customizable and can plug into systems like Hashicorp or CyberArk to pull updated credentials in real-time when a job runs.
  • 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.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • Configuration management at scale
  • Infrastructure as code
  • Cross-platform and cross-environment compatibility
  • Managing systems off corporate network; i.e. company provided equipment.
  • Think windows MDM... how do we manage systems off of corporate network.
Score 8 out of 10
Vetted Review
ResellerIncentivized
  • Managing configuration of newly provisioned resources.
  • Managing configuration drift for long lifecycle workloads.
  • Removes logic coding in favor of low-code declarative definition files.
  • Little to no governance around provisioning limits, leases, approvals, etc.
  • Needs loosely coupled provisioning intent rather than hard-coded rules.
  • Could benefit from graphical/visual app stack designer.
May 24, 2023

Automate This

Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • easy to read and understand code
  • essentially documents the environment
  • doesn't require an agent
  • inventory in AAP
  • blue green deployments from AAP
  • documentation has a lot of room for improvement
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Managing configuration drift
  • Playbook Formatting
  • Inventory/Variable Management (hierarchy)
  • Please re-add the running job ids to the browser tabs
  • Tracking multiple jobs running the same wf/job template
Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • Github integration using projects to tie code versions to templates
  • running the same automation code across one to many hosts
  • being able to automate almost anything, running powershell, terraform, python inside of Ansible plays.
  • Job template workflow decisions to do more than failed/success/all
  • RBAC for users, teams and orgs sometimes has differences in access roles.
  • better error handling/retries on connection problems, which typically force fail a play before code can execute
Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • Makes change configuration repeatable and consistant
  • Allows scheduled automation
  • Allows separation of duties and roles
  • Better integration with Automation Hub. It almost appears they're two separate products.
  • The ability to see the details of the individual processes within a workflow job
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Desired state
  • Connectivity with other platforms
  • VM provisioning
  • Sometimes when SSH is not possible, Red Hat Ansible Automation Platform will not run. It would be nice if there were other connection methods.
  • Playbook writing.
  • Not optimized out-of-the-box. Would be nice if the Red Hat Ansible Automation Platform installer detected and customized the installation for the system the playbook is hosted on.
Return to navigation