Skip to content

Instantly share code, notes, and snippets.

@dincosman
Last active October 1, 2024 07:01
Show Gist options
  • Select an option

  • Save dincosman/4d7e196af0599fb1c999fa53f1d35209 to your computer and use it in GitHub Desktop.

Select an option

Save dincosman/4d7e196af0599fb1c999fa53f1d35209 to your computer and use it in GitHub Desktop.
Apply database release update with a consolidated playbook.
- 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