You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/oraswgi-install/defaults/main.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
asmmonitorpassword: "{% if oracle_password is defined %}{{ oracle_password }}{% else %}Oracle123{% endif%}"# The check for the old passwords are there for backwards compatibility and only temporary, will be removed
50
50
# DB
51
51
default_dbpass: "{% if item.0.oracle_db_passwd is defined %}{{ item.0.oracle_db_passwd}}{% else %}Oracle123{% endif%}"# The check for the old passwords are there for backwards compatibility and only temporary, will be removed
52
-
52
+
53
53
#oracle_password: Oracle123 # Password used for all Grid Infrastructure related resources (e.g ASM)
54
54
oracle_scan: your.scan.address # Scan address for Clustered Grid Infrastructure
55
55
oracle_vip: -vip # Suffix for the host VIP-addresses (e.g orarac01-vip)
@@ -68,7 +68,7 @@
68
68
run_configtoolallcommand: true
69
69
oracle_cluster_mgmdb: true
70
70
oracle_gi_cluster_type: STANDARD # STANDARD | FLEX | STANDALONE (12.2 specific)
71
-
oracle_install_option_gi: HA_CONFIG
71
+
oracle_install_option_gi: "{% if configure_cluster %}CRS_CONFIG{% else %}HA_CONFIG{% endif %}"
0 commit comments