Skip to content

Ansible playbook to deploy a production quality Oracle DB server in Azure

Notifications You must be signed in to change notification settings

jmo808/azure-oracle-db-prod

Repository files navigation

Deploy a Production Oracle DB Server in Azure

Install Azure Ansible Package

Ubuntu

sudo apt install pip
pip install ansible[azure]

RedHat

yum install pip
pip install ansible[azure]

Install Azure CLI

RedHat

Ubuntu

Login into Azure Subscription

az login
az account set --subscription "<Subscription Name>"

Run the Playbook

Clone this repo. Edit secrets.yml and enter desired password and password hash salt. Edit properties.yml and enter desired deployment parameters.

Run the playbook

ansible-playbook deploy-oracle-server.yml

NOTE: This playbook assumes that you aren't using Ansible Tower and that your Ansible deployment computer can access the Azure subnet you are deploying the Oracle server to. If your deployment computer does not have network access to the Oracle server subnet the playbook will fail after deploying the Azure Infrastructure.

About

Ansible playbook to deploy a production quality Oracle DB server in Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published