Skip to content

Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7.1 server with Oracle 12c R1 Enterprise Edition Database

License

Notifications You must be signed in to change notification settings

fullhalfmoon/oracledb-ansible

Repository files navigation

oracledb-ansible

Ansible playbook to configure an Oracle Linux 7.1 server with Oracle 12c R1 Enterprise Edition Database

For 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 folder

After 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/

About

Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7.1 server with Oracle 12c R1 Enterprise Edition Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%