Apache Superset

Document Control

TODO:

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

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

User Story: Superset

As a: Data Scientist

I want to: install Apache Superset

So that: easily set up dashboards.

Using the role

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

  tasks:
    - name: superset is configured
      import_role:
        name: crivetimihai.superset
      vars:
        superset_enable_service: true
      tags: superset
# Install the role
ansible-galaxy install crivetimihai.superset

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

Last update: 2020-02-02