Installs the Oracle Client. This role was created for bug finding regarding shell execution issue in Ansible > 1.6.10.
You can find the issue here.
- create folder assets
- download Oracle Client 11g Release 2 (11.2.0.1.0) for Linux x86-64
- save the package as oracle_client.zip in the assets folder
See defaults/main.yml.
None.
- hosts: servers
roles:
- { role: pschirch.oracle-client }
MIT / BSD
This role was created in 2015 by Patrick Schirch.