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: about 2 months ago
JSON representation
Ansible role to install Intersystem Cache Perl bindings to allow Perl to connect to Cache databases.
- Host: GitHub
- URL: https://github.com/ramsailopal/cache-perl
- Owner: RamSailopal
- License: mit
- Created: 2021-04-26T08:28:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:07:04.000Z (about 5 years ago)
- Last Synced: 2025-05-21T05:37:23.850Z (about 1 year ago)
- Topics: ansible, intersystems-cache, mumps, perl
- Language: Perl
- Homepage:
- Size: 79.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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