This role will deal with the setup of make.
It's part of the Manala Ansible stack but can be used as a stand alone component.
None.
None.
Using ansible galaxy cli:
ansible-galaxy install manala.make,2.0
Using ansible galaxy requirements file:
- src: manala.make
version: 2.0
Using ansible galaxy cli:
ansible-galaxy install manala.make,1.0
Using ansible galaxy requirements file:
- src: manala.make
version: 1.0
- hosts: servers
roles:
- { role: manala.make }
MIT
Manala (http://www.manala.io/)