Apache Airflow

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Airflow

As a: UNIX and Linux system administrator

I want to: install Apache Airflow

So that: I can schedule and monitor workflows.

Using the role

Using the role in a playbook
---
- name: Install airflow
  hosts: all

  tasks:
    - name: airflow is configured
      import_role:
        name: devopstoolbox.airflow
      vars:
        airflow_enable_service: true
      tags: airflow
# Install the role
ansible-galaxy install devopstoolbox.airflow

# Run the playbook
ansible-playbook airflow-playbook.yml

Last update: 2020-02-09