Apache Airflow vs. Red Hat Ansible Automation Platform

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Airflow
Score 8.5 out of 10
N/A
Apache Airflow is an open source tool that can be used to programmatically author, schedule and monitor data pipelines using Python and SQL. Created at Airbnb as an open-source project in 2014, Airflow was brought into the Apache Software Foundation’s Incubator Program 2016 and announced as Top-Level Apache Project in 2019. It is used as a data orchestration solution, with over 140 integrations and community support.N/A
Ansible
Score 9.2 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
Apache AirflowRed Hat Ansible Automation Platform
Editions & Modules
No answers on this topic
Basic Tower
5,000
per year
Enterprise Tower
10,000
per year
Premium Tower
14,000
per year
Offerings
Pricing Offerings
Apache AirflowAnsible
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache AirflowRed Hat Ansible Automation Platform
Features
Apache AirflowRed Hat Ansible Automation Platform
Workload Automation
Comparison of Workload Automation features of Product A and Product B
Apache Airflow
9.8
10 Ratings
15% above category average
Red Hat Ansible Automation Platform
-
Ratings
Multi-platform scheduling10.010 Ratings00 Ratings
Central monitoring10.010 Ratings00 Ratings
Logging10.010 Ratings00 Ratings
Alerts and notifications10.010 Ratings00 Ratings
Analysis and visualization10.010 Ratings00 Ratings
Application integration9.010 Ratings00 Ratings
Configuration Management
Comparison of Configuration Management features of Product A and Product B
Apache Airflow
-
Ratings
Red Hat Ansible Automation Platform
8.5
139 Ratings
6% above category average
Infrastructure Automation00 Ratings9.0133 Ratings
Automated Provisioning00 Ratings8.7130 Ratings
Parallel Execution00 Ratings8.7123 Ratings
Node Management00 Ratings8.3115 Ratings
Reporting & Logging00 Ratings7.6129 Ratings
Version Control00 Ratings8.4114 Ratings
Best Alternatives
Apache AirflowRed Hat Ansible Automation Platform
Small Businesses

No answers on this topic

HashiCorp Terraform
HashiCorp Terraform
Score 8.6 out of 10
Medium-sized Companies
ActiveBatch Workload Automation
ActiveBatch Workload Automation
Score 7.8 out of 10
HashiCorp Terraform
HashiCorp Terraform
Score 8.6 out of 10
Enterprises
Control-M
Control-M
Score 9.3 out of 10
HashiCorp Terraform
HashiCorp Terraform
Score 8.6 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache AirflowRed Hat Ansible Automation Platform
Likelihood to Recommend
8.5
(10 ratings)
9.4
(208 ratings)
Likelihood to Renew
-
(0 ratings)
9.4
(5 ratings)
Usability
10.0
(1 ratings)
8.4
(100 ratings)
Performance
-
(0 ratings)
8.7
(5 ratings)
Support Rating
-
(0 ratings)
8.0
(5 ratings)
Implementation Rating
-
(0 ratings)
8.0
(2 ratings)
Ease of integration
-
(0 ratings)
8.6
(5 ratings)
User Testimonials
Apache AirflowRed Hat Ansible Automation Platform
Likelihood to Recommend
Apache
For a quick job scanning of status and deep-diving into job issues, details, and flows, AirFlow does a good job. No fuss, no muss. The low learning curve as the UI is very straightforward, and navigating it will be familiar after spending some time using it. Our requirements are pretty simple. Job scheduler, workflows, and monitoring. The jobs we run are >100, but still is a lot to review and troubleshoot when jobs don't run. So when managing large jobs, AirFlow dated UI can be a bit of a drawback.
Read full review
Red Hat
I'm going to say it is best suited for configuration management. Like I said, patching even with security, things of that nature. Probably less suited is hardware management, but Red Hat IBM/IBM has Terraform for that. So it's a trade off.
Read full review
Pros
Apache
  • In charge of the ETL processes.
  • As there is no incoming or outgoing data, we may handle the scheduling of tasks as code and avoid the requirement for monitoring.
Read full review
Red Hat
  • Debugging is easy, as it tells you exactly within your job where the job failed, even when jumping around several playbooks.
  • Ansible seems to integrate with everything, and the community is big enough that if you are unsure how to approach converting a process into a playbook, you can usually find something similar to what you are trying to do.
  • Security in AAP seems to be pretty straightforward. Easy to organize and identify who has what permissions or can only see the content based on the organization they belong to.
Read full review
Cons
Apache
  • they should bring in some time based scheduling too not only event based
  • they do not store the metadata due to which we are not able to analyze the workflows
  • they only support python as of now for scripted pipeline writing
Read full review
Red Hat
  • Better documentation of how all the options/parameters are meant to be used (when creating things like jobs, templates, inventories, etc)
  • More recommendations of best practices as far as the best way to organize job templates, workflows, roles. Much can be found on how to organize pure Ansible, but not so much for AAP specifically.
  • I have found some things that seem like they should be easy but are not possible. Things like moving a host from one inventory to a different inventory. As far as I know this is not possible and requires deletion and recreation. Maybe I just don't know how this could be done or don't understand the design decisions behind this?
Read full review
Likelihood to Renew
Apache
No answers on this topic
Red Hat
Even is if it's a great tool, we are looking to renew our licence for our production servers only. The product is very expensive to use, so we might look for a cheaper solution for our non-production servers. One of the solution we are looking, is AWX, free, and similar to AAP. This is be perfect for our non-production servers.
Read full review
Usability
Apache
Easy to learn Easy to use Robust workflow orchestration framework Good in dependent job management
Read full review
Red Hat
It's overall pretty easy to use foe all the applications I've mentioned before: configuring hosts, installing packages through tools like apt, applying yaml, making changes across wide groups of hosts, etc. Its not a 10 because of the inconveinience of the yaml setup, and the time to write is not worth it for something applied one time to only a few hosts
Read full review
Performance
Apache
No answers on this topic
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
Apache
No answers on this topic
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
Apache
No answers on this topic
Red Hat
I spoke on this topic today!
Read full review
Alternatives Considered
Apache
There are a number of reasons to choose Apache Airflow over other similar platforms- Integrations—ready-to-use operators allow you to integrate Airflow with cloud platforms (Google, AWS, Azure, etc) Apache Airflow helps with backups and other DevOps tasks, such as submitting a Spark job and storing the resulting data on a Hadoop cluster It has machine learning model training, such as triggering a Sage maker job.
Read full review
Red Hat
I used puppet prior to moving to open source Ansible and eventually to Red Hat Ansible Automation Platform. I appreciate the agentless approach of Red Hat Ansible Automation Platform and feel that its deterministic approach to applying code is superior to puppet
Read full review
Return on Investment
Apache
  • A lot of helpful features out-of-the-box, such as the DAG visualizations and task trees
  • Allowed us to implement complex data pipelines easily and at a relatively low cost
Read full review
Red Hat
  • POSITIVE: currently used by the IT department and some others, but we want others to use it.
  • NEGATIVE: We need less technical output for the non-technical. It should be controllable or a setting within playbooks. We also need more graphical responses (non-technical).
  • POSITIVE: Always being updated and expanded (CaC, EDA, Policy as Code, execution environments, AI, etc..)
Read full review
ScreenShots