https://github.com/spokeywheeler/csdk
Ansible Galaxy role to install the Informix CSDK
https://github.com/spokeywheeler/csdk
ansible ansible-galaxy informix
Last synced: 2 months ago
JSON representation
Ansible Galaxy role to install the Informix CSDK
- Host: GitHub
- URL: https://github.com/spokeywheeler/csdk
- Owner: SpokeyWheeler
- License: mit
- Created: 2019-02-12T16:05:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T15:21:31.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T20:16:41.893Z (6 months ago)
- Topics: ansible, ansible-galaxy, informix
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/SpokeyWheeler/csdk)
[](https://www.codefactor.io/repository/github/spokeywheeler/csdk)
[](https://app.codacy.com/app/Zinaida/csdk)
[](https://depshield.github.io)Role Name
=========csdk
Requirements
------------You need Informix install media and licenses
Role Variables
--------------Defaults:
* csdk_base_path: Starting point for all product installs - you can install multiple versions
* csdk_install_path: Target path for install
* csdk_tmp_path: Working directory - will be removed
* csdk_version_previously_installed: falseVars:
* vendor: hcl or ibm
* csdk_version: version number in full, e.g. 4.10.FC12W1
* force_csdk_install: false or true
* source_location_of_csdk_media: Either a path like "" or a URL like ""Dependencies
------------None
Example Playbook
----------------I expect an inventory group for csdk in the inventory file. This isn't really needed for this, but it will be needed when I eventually get around to integrating this into an all-encompassing cluster build.
```yaml
- hosts: csdk
become: trueroles:
- { role: csdk }
```License
-------MIT
Author Information
------------------