Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danhper/ansible-erlang
https://github.com/danhper/ansible-erlang
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danhper/ansible-erlang
- Owner: danhper
- Created: 2016-02-15T12:43:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T12:43:40.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T11:07:59.500Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-erlang
Ansible role to setup Erlang on Ubuntu/Debian using erlang-solutions packages.
You an also easily use this to install Elixir by adding it to the `erlang_extra_packages`.
## Roles Variables
```
# change this to install other packages
erlang_extra_packages: []elrang_repo_package_url: https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
tmp_dir: /tmp
```