Skip to content

Commit

Permalink
sap_ha_install_anydb_ibmdb2: fix typos with ascii quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Jul 1, 2024
1 parent a920c9c commit 6c70b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions roles/sap_ha_install_anydb_ibmdb2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# sap_ha_install_anydb_ibmdb2 Ansible Role

Ansible Role for instantiation of IBM Db2 Integrated Linux Pacemaker HADR cluster
Ansible Role for instantiation of IBM Db2 'Integrated Linux Pacemaker' HADR cluster

Note: IBM Db2 with Integrated Linux Pacemaker can use two deployment models:
Note: IBM Db2 with 'Integrated Linux Pacemaker' can use two deployment models:
- Mutual Failover option, not covered by this Ansible Role
- High Availability and Disaster Recovery (HADR) option for Idle Standby, initialised by this Ansible Role

Expand Down
6 changes: 3 additions & 3 deletions roles/sap_ha_install_anydb_ibmdb2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
---

# IBM Db2 with an Integrated Cluster Manager have various options. See IBM Db2 Supported cluster management software - https://www.ibm.com/docs/en/db2/11.5?topic=clustering-supported-cluster-management-software
# IBM Db2 with Integrated Linux Pacemaker can use two deployment models, either High Availability and Disaster Recovery (HADR) option for Idle Standby or Mutual Failover option
# IBM Db2 with 'Integrated Linux Pacemaker' can use two deployment models, either High Availability and Disaster Recovery (HADR) option for Idle Standby or Mutual Failover option

# Execute IBM Db2 with Integrated Linux Pacemaker using Resource Agents db2ethmon, db2inst (HADR), db2hadr (HADR), db2partition and db2fs
# Execute IBM Db2 with 'Integrated Linux Pacemaker' using Resource Agents db2ethmon, db2inst (HADR), db2hadr (HADR), db2partition and db2fs
# HA Deployment Model: High Availability and Disaster Recovery (HADR) for Idle Standby
# Configurations performed for: root OS user, IBM Db2 Database Administrator OS user (e.g. db2<db2_sid>)
# Configurations executed on: AnyDB Primary Node, AnyDB Secondary Node
Expand Down Expand Up @@ -139,7 +139,7 @@
ansible.builtin.import_tasks: passwordless_ssh.yml


- name: SAP HA AnyDB - IBM Db2 HADR - Ansible Task Block for IBM Db2 Integrated Linux Pacemaker configuration
- name: SAP HA AnyDB - IBM Db2 HADR - Ansible Task Block for IBM Db2 'Integrated Linux Pacemaker' configuration
when: (sap_ha_install_anydb_ibmdb2_hostname_primary == inventory_hostname_short) or (sap_ha_install_anydb_ibmdb2_hostname_secondary == inventory_hostname_short)
block:

Expand Down

0 comments on commit 6c70b49

Please sign in to comment.