Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

kevincoakley/ansible-role-zeppelin

Repository files navigation

ansible-role-zeppelin

Molecule Test

Install Apache Zeppelin - https://zeppelin.apache.org . Tested with Zeppelin 0.9.0 with CentOS 7 & 8 and Ubuntu 18.04 & 20.04.

Requirements

None

Role Variables

See defaults/main.yml

Dependencies

None

Example Playbook

- 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

License

BSD

Author Information

Kevin Coakley (https://github.com/kevincoakley)