Skip to content

rymir/erlang-relx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang-Relx

This role will install Erlang relx from relx.

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_relx_git: location of the relx git repository [default: https://github.com/erlware/relx.git]
  • erlang_relx_src_path: where to clone the relx git repository [default: ~/src/relx]
  • erlang_relx_version: relx version to install [default: v0.6.0]
  • erlang_relx_bin_path: where to store the relx binary [default: ~/bin/relx]

Example Playbook

- hosts: all
  roles:
     - { role: rymir.erlang-relx, erlang_relx_version: v0.6.0 }

Dependencies

Ansibles.erlang

License

MIT

Author Information

rymir

About

Ansible Role for Erlang relx provisioning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published