Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ramsailopal/cache-perl

Ansible role to install Intersystem Cache Perl bindings to allow Perl to connect to Cache databases.
https://github.com/ramsailopal/cache-perl

ansible intersystems-cache mumps perl

Last synced: 4 days ago
JSON representation

Ansible role to install Intersystem Cache Perl bindings to allow Perl to connect to Cache databases.

Awesome Lists containing this project

README

        

Role Name
=========

This role automates the process of installing the neccesary Cache client Perl libraries to allow connection to a Cahce database via Perl.

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

It is assumed that Cache is to be installed somewhere on the network to allow testing.

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

host - The address of the Intersystems Cache server

[ Default - localhost ]

prt - The port on the Cache server to connect to

[ Default - 1972 ]

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
role: cache-perl
host: cacheserver
...

NOTE
----

This role is designed to be run with both 32 and 64 bit versions of Perl but the tar file files/cache-perl.tar only contains a 32 bit version of PERLBIND.pm and so there is an exit in the playbook when a 64 bit architecture is detected.

License
-------

BSD

Author Information
------------------

Raman Sailopal