https://github.com/spokeywheeler/jdbc
Ansible Galaxy role to install Informix JDBC
https://github.com/spokeywheeler/jdbc
ansible ansible-galaxy ansible-role informix jdbc
Last synced: 2 months ago
JSON representation
Ansible Galaxy role to install Informix JDBC
- Host: GitHub
- URL: https://github.com/spokeywheeler/jdbc
- Owner: SpokeyWheeler
- License: mit
- Created: 2019-02-11T10:45:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T11:54:55.000Z (over 7 years ago)
- Last Synced: 2025-06-23T20:06:55.531Z (about 1 year ago)
- Topics: ansible, ansible-galaxy, ansible-role, informix, jdbc
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/SpokeyWheeler/jdbc)
[](https://www.codefactor.io/repository/github/spokeywheeler/jdbc)
[](https://app.codacy.com/app/Zinaida/jdbc)
[](https://depshield.github.io)
Role Name
=========
jdbc
Requirements
------------
You need Informix install media and licenses
Role Variables
--------------
Defaults:
* jdbc_base_path: Starting point for all product installs - multiple versions can be installed
* jdbc_install_path: Target path for install
* jdbc_tmp_path: Working directory - will be removed
* jdbc_version_previously_installed: false
Vars:
* vendor: hcl or ibm
* jdbc_version: version number in full, e.g. 4.10.JC12W1
* force_jdbc_install: false or true
* source_location_of_jdbc_media: Either a path like "" or a URL like ""
Dependencies
------------
None.
Example Playbook
----------------
I expect an inventory group for jdbc 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: jdbc
become: true
roles:
- { role: jdbc }
```
License
-------
MIT
Author Information
------------------