Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 850 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 850 Bytes

ansible-role-zeppelin

Build Status

Install Apache Zeppelin - https://zeppelin.apache.org . Tested with CentOS 7, Ubuntu 14.04 and Ubuntu 16.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)