We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6ce38 commit 729429dCopy full SHA for 729429d
roles/oraswgi-install/defaults/main.yml
@@ -87,8 +87,8 @@
87
oracle_install_option_gi: "{% if configure_cluster %}CRS_CONFIG{% else %}HA_CONFIG{% endif %}"
88
oracle_install_version_gi: 12.2.0.1
89
patch_before_rootsh: False
90
- apply_patches_gi: True
91
-
+ apply_patches_gi: False
+
92
#oracle_asm_storage_option: LOCAL_ASM_STORAGE # LOCAL_ASM_STORAGE | FLEX_ASM_STORAGE
93
oracle_asm_storage_option: "{% if '12.2' in oracle_install_version_gi %}FLEX_ASM_STORAGE{% else %}LOCAL_ASM_STORAGE{% endif %}"
94
configure_cluster: false
0 commit comments