https://github.com/stwind/ansible-erlang
Ansible role to install Erlang with kerl
https://github.com/stwind/ansible-erlang
Last synced: about 1 year ago
JSON representation
Ansible role to install Erlang with kerl
- Host: GitHub
- URL: https://github.com/stwind/ansible-erlang
- Owner: stwind
- Created: 2014-01-22T10:06:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T07:52:08.000Z (almost 12 years ago)
- Last Synced: 2025-02-14T06:36:22.124Z (over 1 year ago)
- Homepage: https://galaxy.ansibleworks.com/list#/roles/246
- Size: 169 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Erlang
========
This role will install Erlang with [kerl](https://github.com/spawngrid/kerl).
Requirements
------------
This role requires Ansible 1.4 or higher, and platform requirements are listed in the metadata file.
Role Variables
--------------
The variables that can be passed to this role and a brief description about them are as follows:
* `erlang_kerl_url`: url of the kerl script
* `erlang_kerl_bin`: localtion of kerl executable [default: `/usr/local/bin/kerl`]
* `erlang_default_ver`: Erlang version to install [default: `R16B03`]
* `erlang_install_to`: location to install [default: `/usr/lib/kerl/installs`]
* `erlang_kerl_download_dir`: folder for otp source [default: `/tmp/kerl/archives`]
* `erlang_kerl_build_dir`: folder for otp builds [default: `/tmp/kerl/builds`]
Dependencies
------------
None
License
-------
BSD
Author Information
------------------
stwind