Ansible Role Platforms License

Ansible Role: make

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.

Requirements

None.

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.make,2.0

Using ansible galaxy requirements file:

- src:     manala.make
  version: 2.0

Ansible 1 (no longer maintained)

Using ansible galaxy cli:

ansible-galaxy install manala.make,1.0

Using ansible galaxy requirements file:

- src:     manala.make
  version: 1.0

Example playbook

- hosts: servers
  roles:
     - { role: manala.make }

Licence

MIT

Author information

Manala (http://www.manala.io/)