add oracle instant client ansible role

This commit is contained in:
aaron
2021-08-24 13:29:46 +02:00
parent 3c13cd9cd8
commit f6127f262d
13 changed files with 291 additions and 0 deletions

4
vars/RedHat_7.yaml Normal file
View File

@@ -0,0 +1,4 @@
---
oic_dependencies:
- libaio

7
vars/RedHat_8.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
# To install and use oracle instant client you'll need libnsl on rhel8 which is not listed as dependency.
# See: https://access.redhat.com/solutions/4975641
oic_dependencies:
- libnsl
- libaio