https://github.com/ramsailopal/cache-python-mg
Ansible role to install the necessary Python libraries to allow connection to an Intersystems Cache database via M-Gateway's connection service
https://github.com/ramsailopal/cache-python-mg
ansible-role intersystems-cache mumps python
Last synced: about 2 months ago
JSON representation
Ansible role to install the necessary Python libraries to allow connection to an Intersystems Cache database via M-Gateway's connection service
- Host: GitHub
- URL: https://github.com/ramsailopal/cache-python-mg
- Owner: RamSailopal
- License: mit
- Created: 2021-04-29T15:14:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:11:18.000Z (about 5 years ago)
- Last Synced: 2025-05-21T05:37:23.839Z (about 1 year ago)
- Topics: ansible-role, intersystems-cache, mumps, python
- Language: Python
- Homepage:
- Size: 3.91 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 neccesary Cache client Python libraries to allow connection to a Cache database via M Gateway's connection service.
Requirements
------------
It is assumed that Cache is to be installed somewhere on the network to allow testing.
It is also assumed that that the Service integration gateway is also installed (see https://github.com/RamSailopal/cache-node-server for details of installation)
Role Variables
--------------
hst - The address of the Intersystems Cache server
[ Default - localhost ]
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-python-mg
hst: cacheserver
...
Further Information
-------------------
The github repo relating to the library being installed:
https://github.com/chrisemunt/mg_python
License
-------
BSD
Author Information
------------------
Raman Sailopal