SpokeyWheeler / csdk

Ansible Galaxy role to install the Informix CSDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status CodeFactor Codacy Badge DepShield Badge

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: false

Vars:

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.

- hosts: csdk
  become: true

  roles:
    - { role: csdk }

License

MIT

Author Information

https://github.com/SpokeyWheeler

About

Ansible Galaxy role to install the Informix CSDK

License:MIT License