Skip to content

zhangzhenhao/ansible-role-oracle-database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

http://jeqo.github.io/

About

Ansible Role: oracle-database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%