An open API service indexing awesome lists of open source software.

https://github.com/dockpack/base_perl

Ansible role to install a full Perl development suite in various OSes
https://github.com/dockpack/base_perl

ansible-role ci perl-module perl5

Last synced: 7 months ago
JSON representation

Ansible role to install a full Perl development suite in various OSes

Awesome Lists containing this project

README

          

[![Galaxy](https://img.shields.io/badge/galaxy-dockpack.base__perl-blue.svg?style=flat)](https://galaxy.ansible.com/dockpack/base_perl)[![Build Status](https://api.travis-ci.org/dockpack/base_perl.svg)](https://travis-ci.org/dockpack/base_perl)

dockpack.base_perl
=========

Perl - The practical eclectic rubbish lister. Perl development.

Requirements
------------

This role was built for RedHat systems like RHEL 6, Centos 7.
It needs dockpack.base_java8.

Role Variables
--------------

perl\_modules: CPAN modules for installation. Abstracts the distribution.

perl\_rpms: Pre-compiled module packages for RedHat-like systems

perl\_apts: Pre-compiled module packages for Debian-like systems

Dependencies
------------
cpanminus is included in the role, this goes in /usr/local/bin/cpanm

dockpack.base\_cplusplus

dockpack.base\_common

Example Playbook
----------------
For a complete example with this role check out my buildserver:
git clone https://github.com/bbaassssiiee/buildserver.git

Example of how to use this role:

- hosts: servers
roles:
- { role: dockpack.base_perl }

License
-------

MIT

Author Information
------------------
Bas Meijer @bbaassssiiee