https://github.com/grycap/ansible-role-storm
Install Apache Storm
https://github.com/grycap/ansible-role-storm
Last synced: 4 months ago
JSON representation
Install Apache Storm
- Host: GitHub
- URL: https://github.com/grycap/ansible-role-storm
- Owner: grycap
- License: apache-2.0
- Created: 2017-02-22T10:34:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T07:12:47.000Z (over 5 years ago)
- Last Synced: 2025-08-12T09:31:53.351Z (10 months ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/grycap/ansible-role-storm)
Apache Storm Role
===================
Install [Apache Storm](https://storm.apache.org/).
This role has been tested only with Ubuntu 16. Is not ensured that it will work with other systems.
Role Variables
--------------
Variables used in this role:
zk_version: "3.6.2"
zk_download_mirror: "https://archive.apache.org/dist/zookeeper"
zk_system_user_name: zookeeper
zk_system_group_name: zookeeper
storm_download_mirror: "http://apache.rediris.es/storm"
storm_version: "2.2.0"
num_supervisors: 1
storm_type_of_node: front # front or wn
storm_system_user_name: storm
storm_system_group_name: storm
Example Playbook
----------------
```
- hosts: server
roles:
- { role: 'grycap.storm' }
```
Contributing to the role
========================
In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks