Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spokeywheeler/csdk
Ansible Galaxy role to install the Informix CSDK
https://github.com/spokeywheeler/csdk
ansible ansible-galaxy informix
Last synced: 19 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T15:21:31.000Z (about 1 year ago)
- Last Synced: 2023-12-27T16:29:58.452Z (about 1 year ago)
- Topics: ansible, ansible-galaxy, informix
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/SpokeyWheeler/csdk.svg?branch=master)](https://travis-ci.com/SpokeyWheeler/csdk)
[![CodeFactor](https://www.codefactor.io/repository/github/spokeywheeler/csdk/badge)](https://www.codefactor.io/repository/github/spokeywheeler/csdk)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1b5122e1b9fe43ce9c1882b3e332b0c3)](https://app.codacy.com/app/Zinaida/csdk)
[![DepShield Badge](https://depshield.sonatype.org/badges/SpokeyWheeler/csdk/depshield.svg)](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
------------------