33742d895143d350c7aa3ca0752416eaeb57e864
Oracle Deploy OL8 19c
Automated deployment of Oracle Database 19c on Oracle Linux 8 using Ansible and Terraform.
Prerequisites
- Proxmox ready to go
- Oracle Database 19c installation files on NFS
- Ansible and Terraform installed
- Sufficient system resources
Ansible collections
Collection Version
----------------- -------
ansible.posix 2.1.0
community.general 11.2.0
Installation
- Clone this repository:
git clone https://github.com/yourusername/oracle-deploy-OL8-19c.git cd oracle-deploy-OL8-19c - Place Oracle 19c installation files in
/data/software/Oracle/19c/. - Adjust inventory and variable files as needed.
Usage
-
Use Terraform to provision VMs:
cd terraform terraform init terraform apply -
Update inventory.yml with details of nodes:
terraform state pull | grep default -
Run the Ansible playbook:
ansible-playbook -i inventory.ini oracle19c_rdbmsinstall.yml
License
MIT License
Description
Languages
Jinja
88.5%
HCL
11.5%