Thursday, March 31, 2022

How to use Ansible with Oracle Autonomous Database on Dedicated Exadata Infrastructure?

Quick Into: How to use Ansible with Oracle Autonomous Database on Dedicated Exadata Infrastructure?


There is a very good blog post by Jeffrey Cowen Senior Principal Product Manager on How to use Ansible with Oracle Autonomous Database on Dedicated Exadata Infrastructure.

Here is a quick recap.
  • Two Ansible files are needed:
  • sample.yaml is the main script which will 
  • 1. Create a new Autonomous Container Database (ACD).
  • 2. Create a new Autonomous Database (ADB) on top of the newly created ACD.
  • 3. List ADBs in a compartment filtered by display name.
  • 4. Get facts of the ADB that was created earlier.
  • 5. Stop/Start the ADB.
  • 6. Kick off the cleanup script.
  • teardown.yaml is the cleanup script which can be run by itself.
Enjoy this blog post on How to use Ansible with Oracle Autonomous Database on Dedicated Exadata Infrastructure?

Cheers. 

No comments:

Post a Comment