https://github.com/ramsailopal/cache-python
Ansible role for the installation of Python libraries to allow connection with Intersystems Cache databases.
https://github.com/ramsailopal/cache-python
ansible intersystems-cache mumps python
Last synced: about 1 month ago
JSON representation
Ansible role for the installation of Python libraries to allow connection with Intersystems Cache databases.
- Host: GitHub
- URL: https://github.com/ramsailopal/cache-python
- Owner: RamSailopal
- License: mit
- Created: 2021-04-23T11:12:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:09:18.000Z (about 5 years ago)
- Last Synced: 2025-05-21T05:37:26.113Z (about 1 year ago)
- Topics: ansible, intersystems-cache, mumps, python
- Language: Python
- Homepage:
- Size: 79.6 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- 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 Cahce database via Python.
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-python
host: cacheserver
...
NOTE
----
This role is designed to be run with both 32 and 64 bit versions of Python but the tar file files/cache-python.tar only contains a 32 bit version of Pythonbind.so and so there is an exit in the playbook when a 64 bit architecture is detected.
License
-------
BSD
Author Information
------------------
Raman Sailopal