Last active
October 1, 2024 07:01
-
-
Save dincosman/4d7e196af0599fb1c999fa53f1d35209 to your computer and use it in GitHub Desktop.
Apply database release update with a consolidated playbook.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Import playbook to prepare new Oracle Database Home | |
| ansible.builtin.import_playbook: prepare_dbru_allnodes.yml | |
| - name: Import playbook to apply Oracle Oracle Database Release Update | |
| ansible.builtin.import_playbook: apply_dbru_onfirstnode.yml | |
| - name: Import playbook to run root.sh in new Oracle Database Homes | |
| ansible.builtin.import_playbook: apply_dbru_runrootallnodes.yml | |
| - name: Import playbook to finish Oracle Database Release Update | |
| ansible.builtin.import_playbook: finish_dbru_onallnodes.yml | |
| - name: Import playbook to apply Datapatch on Primary Databases | |
| ansible.builtin.import_playbook: apply_datapatch_onprimary.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment