Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevincoakley/ansible-role-zeppelin
https://github.com/kevincoakley/ansible-role-zeppelin
ansible ansible-role notebook zeppelin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevincoakley/ansible-role-zeppelin
- Owner: kevincoakley
- Created: 2016-07-08T22:37:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T08:09:54.000Z (over 1 year ago)
- Last Synced: 2023-05-29T09:24:14.625Z (over 1 year ago)
- Topics: ansible, ansible-role, notebook, zeppelin
- Language: Jinja
- Homepage: https://galaxy.ansible.com/kevincoakley/zeppelin/
- Size: 85.9 KB
- Stars: 6
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-role-zeppelin
=====================[![Molecule Test](https://github.com/kevincoakley/ansible-role-zeppelin/actions/workflows/molecule-test.yml/badge.svg)](https://github.com/kevincoakley/ansible-role-zeppelin/actions/workflows/molecule-test.yml)
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)