https://github.com/spokeywheeler/ids
Ansible Galaxy role to install Informix Dynamic Server
https://github.com/spokeywheeler/ids
ansible ansible-galaxy informix
Last synced: 6 months ago
JSON representation
Ansible Galaxy role to install Informix Dynamic Server
- Host: GitHub
- URL: https://github.com/spokeywheeler/ids
- Owner: SpokeyWheeler
- License: mit
- Created: 2019-02-14T13:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T11:56:14.000Z (over 6 years ago)
- Last Synced: 2025-02-09T08:27:57.718Z (8 months ago)
- Topics: ansible, ansible-galaxy, informix
- Size: 14.6 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/ids)
[](https://www.codefactor.io/repository/github/spokeywheeler/ids)
[](https://app.codacy.com/app/Zinaida/ids)
[](https://depshield.github.io)Role Name
=========ids
Requirements
------------You need Informix install media and licenses
Role Variables
--------------Defaults:
* ids_base_path: Starting point for all product installs - you can install multiple versions
* ids_install_path: Target path for install
* ids_tmp_path: Working directory - will be removed
* ids_version_previously_installed: falseVars:
* vendor: hcl or ibm
* ids_version: version number in full, e.g. 12.10.FC12W1
* force_ids_install: false or true
* source_location_of_ids_media: Either a path like "" or a URL like ""Dependencies
------------None
Example Playbook
----------------I expect an inventory group for servers 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: servers
become: trueroles:
- { role: ids }
```License
-------MIT
Author Information
------------------