oracle-client

Ansible Role - oracle-client

Setup Oracle client/library files

Available on Ansible Galaxy: isaackehle.oracle-client

Variables

oracle_clients: Local Install Folder.  Requires one of linux, macos, or win, with x32 and/or x64.

Example Layout:
  ~/downloads/oracle/client/linux
  ~/downloads/oracle/client/linux/x64
  ~/downloads/oracle/client/macos
  ~/downloads/oracle/client/macos/x64
  ~/downloads/oracle/client/win
  ~/downloads/oracle/client/win/x64

Examples

- hosts: all
  gather_facts: inventory_hostname != 'localhost'
  vars:
    oracle_clients: ~/Downloads/oracle/client
  roles:
    - { role: isaackehle.oracle-client }

Linting

yamllint -c yamllint.yaml .
ansible-lint .

License

MIT

Author Information

Isaac Kehle @isaackehle (twitter, github, linkedin)

References

Download Instant Client from Oracle:

Official OracleDB Node Package

About

Setup Oracle client/library files

Install
ansible-galaxy install pgkehle/ansible-oracle-client
GitHub repository
License
mit
Downloads
201
Owner