Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvezalis/oracledb-ansible
Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7.1 server with Oracle 12c R1 Enterprise Edition Database
https://github.com/cvezalis/oracledb-ansible
Last synced: 21 days ago
JSON representation
Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7.1 server with Oracle 12c R1 Enterprise Edition Database
- Host: GitHub
- URL: https://github.com/cvezalis/oracledb-ansible
- Owner: cvezalis
- License: gpl-2.0
- Created: 2015-10-21T14:35:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T02:58:27.000Z (almost 7 years ago)
- Last Synced: 2024-08-05T17:43:06.966Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 94
- Watchers: 14
- Forks: 105
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - cvezalis/oracledb-ansible - Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7.1 server with Oracle 12c R1 Enterprise Edition Database (Shell)
README
# oracledb-ansible
Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7 server with Oracle 12c R1 Enterprise Edition DatabaseFor run the playbook using the vagrant configuration for test it you need to:
Download from Oracle support the Oracle installation files:
- linuxamd64_12102_database_1of2.zip
- linuxamd64_12102_database_1of2.zip
and put them to folder roles/oracle-install/files inside checkout folderAfter go into checkout folder and execute :
vagrant up
After a few minutes a virtual machine with Oracle Database will be ready for you without any further configuration. You can access the Enterprise Manager Express using sys/sysdba and “oracle” as password.
https://oradb3.private:5500/em
You can shutdown the virtual machine using:
vagrant halt
You can destroy it (delete from disk) using:
vagrant destroy
password for Oracle Operating system user is welcome1
more details at my article here: http://www.nodalpoint.com/devops-ansible-oracle-database-oraclelinux-7-vagrant/