'Apache Airflow | Use case for an "Ansible operator"

I am a fun of Ansible for IT tasks automation, testing, CI/CD, provisioning, inventorying, no-code/configuration over code approach, etc. ...

.. I also like the way Airflow handles triggers and different workflow exiting/concatenation logic, notifications, and keep tracks of past runs

... so I am wondering, is there any use case for using both technologies together? (i mean embedding ansible inside airflow)

A quick web search just leads me to stuff like "Ansible VS Airflow", but i see potential for using them both without having to rewrite all Ansible playbooks into python code.

I am quite surprised not to see any Ansible operator for Airflow out there, could you share some thoughts on this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source