jeqo.oracle-database

Oracle Database

This is an Ansible role to install and set up Oracle Database.

Requirements

Download the installation files listed in the files directory based on your [release].

Role Variables

  • oracle_database_version: 11g # available versions: [11g]
  • oracle_database_edition: SE # available editions: [SE, EE]

Dependencies

None.

Example Playbook

    - name: Install 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

http://jeqo.github.io/

Informazioni sul progetto

Ansible Role to install Oracle Database software and create and configure instances and listeners.

Installa
ansible-galaxy install jeqo.oracle-database
Licenza
mit
Download
1.3k