Apache Superset
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.superset vars: superset_enable_service: true tags: superset
# Install the role ansible-galaxy install devopstoolbox.superset # Run the playbook ansible-playbook superset-playbook.yml
Last update: 2020-02-09