Install Apache Zeppelin - https://zeppelin.apache.org . Tested with CentOS 7, Ubuntu 14.04 and Ubuntu 16.04.
None
See defaults/main.yml
None
- name: Zeppelin role for CentOS and Ubuntu systems
hosts: zeppelin
become: yes
become_method: sudo
vars:
- zeppelin_notebook_dir: /mnt/notebooks
roles:
- ansible-role-zeppelin
tags:
- zeppelin
BSD
Kevin Coakley (https://github.com/kevincoakley)