Skip to content

Commit

Permalink
Kfo hotfix (#650)
Browse files Browse the repository at this point in the history
* Update 5.5.4.0-clusterPrep-RedHat.yml

* Refactor database high availability configuration

---------

Co-authored-by: Shekhar Sorot ( MSFT ) <[email protected]>
Co-authored-by: Kimmo Forss <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2024
1 parent 7deb046 commit 6b43bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/ansible/playbook_04_00_01_db_ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@
tier: ha
primary_instance_name: "{{ ansible_play_hosts_all[0] }}" # Setting up Primary Instance Name
secondary_instance_name: "{{ ansible_play_hosts_all[1] }}" # Setting up Secondary Instance Name
when:
- database_high_availability
- ansible_play_hosts_all | length >= 2

- name: "Oracle Data Guard Setup"
when:
Expand Down

0 comments on commit 6b43bbb

Please sign in to comment.