Skip to content

Commit 5ecd95e

Browse files
committed
Updates to example configurations
1 parent 7f034df commit 5ecd95e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

group_vars/vbox-rac-dc1/db-homes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply_patches_db: True
1+
apply_patches_db: False
22
db_homes_config:
33
18300-base:
44
home: db1-base

group_vars/vbox-si-asm/vbox-si-asm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
install_from_nfs: false
1313
oracle_sw_copy: False
1414
oracle_sw_unpack: True
15-
is_sw_source_local: False
15+
#is_sw_source_local: False
1616
#oracle_sw_source_www: http://192.168.0.24/orasw/
1717
# oracle_sw_source_local: /Users/miksan/Downloads/oracle/
1818
oracle_stage: /u01/stage
@@ -26,8 +26,8 @@
2626

2727
configure_hugepages: False
2828

29-
install_os_packages: False
30-
configure_epel_repo: False
29+
install_os_packages: True
30+
configure_epel_repo: True
3131
configure_public_yum_repo: False
3232
disable_selinux: false
3333

0 commit comments

Comments
 (0)