https://github.com/ramsailopal/cache-node-server
Ansible role that installs the necessary M-Gateway service on an Intersystems Cache instance to allow nodejs client connections.
https://github.com/ramsailopal/cache-node-server
ansible-role intersystems-cache mumps nodejs
Last synced: about 2 months ago
JSON representation
Ansible role that installs the necessary M-Gateway service on an Intersystems Cache instance to allow nodejs client connections.
- Host: GitHub
- URL: https://github.com/ramsailopal/cache-node-server
- Owner: RamSailopal
- License: mit
- Created: 2021-04-29T10:08:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:40:10.000Z (about 5 years ago)
- Last Synced: 2024-12-29T10:27:41.567Z (over 1 year ago)
- Topics: ansible-role, intersystems-cache, mumps, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- 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 necessary Cache server service gateway to allow connection to a Cache database via Nodejs.
Requirements
------------
It is assumed that Cache is aready installed on the server
Role Variables
--------------
instname - The name of the Intersystems Cache instance
[ Default - TEST ]
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-node-server
instname: TEST1
...
Further Information
-------------------
The git repo referenced in the role to install the service gateway:
https://github.com/chrisemunt/mgsi
License
-------
BSD
Author Information
------------------
Raman Sailopal