oracle-database
Oracle Database
Ansible Role to install and configure Oracle Database.
Requirements
Download installers defined in files directory depending on your [release].
Role Variables
- oracle_database_version: 11g # supported versions: [11g]
- oracle_database_edition: SE # supported editions: [SE,EE]
Dependencies
None.
Example Playbook
- name: oracle database 11g (11.2.0.4)
hosts: 127.0.0.1
roles:
- role: oracle-database
oracle_database_version: 11g
oracle_database_release: 11.2.0.4
oracle_database_edition: SE
License
MIT
Author Information
About
Ansible Role to install Oracle Database software and create and configure instances and listeners.
Install
ansible-galaxy install sysco-middleware/ansible-role-oracle-database
License
mit
Downloads
217
Owner
Middleware Department from SYSCO AS