{"id":22845563,"url":"https://github.com/idealista/oracle_instant_client_role","last_synced_at":"2026-05-05T08:32:56.532Z","repository":{"id":50175118,"uuid":"246079377","full_name":"idealista/oracle_instant_client_role","owner":"idealista","description":"Ansible role to install Oracle Instant Client","archived":false,"fork":false,"pushed_at":"2023-05-06T21:16:09.000Z","size":91,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-02-06T09:48:00.667Z","etag":null,"topics":["ansible-role","debian","oracle","oracle-instantclient"],"latest_commit_sha":null,"homepage":"","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealista.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-09T15:57:47.000Z","updated_at":"2021-05-11T09:22:28.000Z","dependencies_parsed_at":"2025-02-06T09:46:10.564Z","dependency_job_id":"6a656ed5-962f-42b6-94d1-82e7f2d04665","html_url":"https://github.com/idealista/oracle_instant_client_role","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Foracle_instant_client_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Foracle_instant_client_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Foracle_instant_client_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Foracle_instant_client_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealista","download_url":"https://codeload.github.com/idealista/oracle_instant_client_role/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246421837,"owners_count":20774584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible-role","debian","oracle","oracle-instantclient"],"created_at":"2024-12-13T03:17:38.797Z","updated_at":"2026-05-05T08:32:51.501Z","avatar_url":"https://github.com/idealista.png","language":"YAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle Instant Client Ansible role\n![Logo](https://raw.githubusercontent.com/idealista/oracle_instant_client_role/master/logo.gif)\n\n[![Build Status](https://travis-ci.com/idealista/oracle_instant_client_role.png)](https://travis-ci.com/idealista/oracle_instant_client_role)\n[![Ansible Galaxy](https://img.shields.io/badge/galaxy-idealista.oracle_instant_client_role-B62682.svg)](https://galaxy.ansible.com/idealista/oracle_instant_client_role)\n\n\n\nThis ansible role installs [Oracle Instant Client](https://www.oracle.com/database/technologies/instant-client.html) in a Debian environment. It has been tested for Debian buster and stretch.\n\n- [Getting Started](#getting-started)\n\t- [Prerequisities](#prerequisities)\n\t- [Installing](#installing)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Built With](#built-with)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n- [Contributing](#contributing)\n\n## Getting Started\nThese instructions will get you a copy of the role for your Ansible playbook. Once launched, it will install Oracle Instant Client in a Debian system.\n\n### Prerequisities\n\nAnsible 2.9.21 version installed.\n\nMolecule 3.x.x version installed.\n\nFor testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and  [Goss] (https://github.com/aelsabbahy/goss) as verifier.\n\n### Installing\n\nCreate or add to your roles dependency file (e.g requirements.yml):\n\n```\n- src: idealista.oracle_instant_client_role\n  version: 1.2.0\n  name: oracle_instant_client\n```\n\nInstall the role with ansible-galaxy command:\n\n```\nansible-galaxy install -p roles -r requirements.yml -f\n```\n\nUse in a playbook:\n\n```\n---\n- hosts: someserver\n  roles:\n    - role: oracle_instant_client_role\n```\n\n## Usage\n\nLook to the [defaults](defaults/main.yml) properties file to see the possible configuration properties, it is very likely that you will not need to override any variables.\n\nIf you want to reinstall the oracle instant client when the role is lauched override the ```instant_client_force_reinstall ``` to ```true```.\n\nIf you want to change the installed release override ```instant_client_version``` and/or ```instant_client_release_system```. [Here](https://www.oracle.com/database/technologies/instant-client/downloads.html) are the available versions.\n\n\n## Testing\n\n### Install dependencies\n\n```sh\n$ pipenv sync\n```\n\nFor more information read the [pipenv docs](ipenv-fork.readthedocs.io/en/latest/).\n\n### Testing\n\n```sh\n$ pipenv run molecule test \n```\n\n## Built With\n\n![Ansible](https://img.shields.io/badge/ansible-2.9.21-green.svg)\n![Molecule](https://img.shields.io/badge/molecule-3.0.4-green.svg)\n![Goss](https://img.shields.io/badge/goss-0.3.16-green.svg)\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/idealista/oracle_instant_client_role/tags).\n\nAdditionaly you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Authors\n\n* **Idealista** - *Work with* - [idealista](https://github.com/idealista)\n\nSee also the list of [contributors](https://github.com/idealista/oracle_instant_client_role/contributors) who participated in this project.\n\n## License\n\n![Apache 2.0 License](https://img.shields.io/hexpm/l/plug.svg)\n\nThis project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Foracle_instant_client_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealista%2Foracle_instant_client_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Foracle_instant_client_role/lists"}