mtpereira / ansible-erlang

Ansible role that installs Erlang from a custom repository.
2 stars 2 forks source link

Erlang Build Status

Installs Erlang from a custom repository. By default it'll install the latest erlang and erlang-manpages packages available from Erlang Solutions repositories.

Requirements

None.

Role Variables

Required variables:

Internal variables, avoid changing:

Dependencies

None.

Testing

Tests can be ran on Debian Wheezy and Ubuntu Trusty boxes by executing "vagrant up".

Example Playbook

- hosts: servers
  roles:
     - role: mtpereira.erlang
       erlang_additional_packages:
         - erlang-doc
         - erlang-manpages
         - erlang-mode
       become: yes

License

BSD

Author Information

Thanks to Erlang Solutions for the Erlang packages repository.

GitHub project page

Manuel Tiago Pereira