Git Product home page Git Product logo

ansible-role-zeppelin's Introduction

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)

ansible-role-zeppelin's People

Contributors

danielkza avatar kevincoakley avatar ntheanh201 avatar willwh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-role-zeppelin's Issues

Zeppelin 0.8

I'm trying to use this role with zeppelin 0.8 but I'm getting some nullpointerexceptions

Role fails to install JRE on Ubuntu 14.04

It manually skips the package installation step:

- name: Download and install the required packages (apt)
  apt:
    name: "{{ item }}"
    state: present
  with_items: "{{ zeppelin_packages }}"
  when: ansible_os_family == "Debian" and ansible_distribution_version != '14.04'

Which is problematic, since it means the role will complete without actually succeeding. It should actually verify that Java is installed through some other means (such as having a custom java home set), or attempt to do the install in 14.04 anyway - it will succeed if a custom repository is installed, and fail otherwise.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.