Skip to content

Commit 55043af

Browse files
committed
Changes to group_vars
1 parent 2079fbb commit 55043af

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

group_vars/aws-si-asm/aws-si-asm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
oracle_user: oracle
77
oracle_group: oinstall
88

9-
oracle_sw_source_www: #https://s3.eu-central-1.amazonaws.com/unibet-amo-oracle-sw/
9+
is_sw_source_local: False
10+
oracle_sw_source_www:
1011
install_from_nfs: false
1112
oracle_sw_copy: true
1213
oracle_sw_unpack: true

group_vars/aws-si-fs/aws-si-fs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
oracle_user: oracle
55
oracle_group: oinstall
66

7-
oracle_sw_source_www: #https://s3.eu-central-1.amazonaws.com/unibet-amo-oracle-sw/
7+
is_sw_source_local: False
8+
oracle_sw_source_www:
89
install_from_nfs: false
910
oracle_sw_copy: True
1011
oracle_sw_unpack: true
@@ -16,6 +17,7 @@
1617
configure_motd: true
1718
configure_host_disks: true
1819

20+
extrarepos_enabled: "rhui-REGION-rhel-server-extras,rhui-REGION-rhel-server-optional"
1921
install_os_packages: True
2022
configure_epel_repo: True
2123
configure_public_yum_repo: True

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
hostgroup: vbox-si-asm
33
role_separation: True
4-
device_persistence: asmlib
4+
device_persistence: udev
55
storage_type: ASM
6+
multipath: dm-multipath
67

78

89
oracle_user: oracle

0 commit comments

Comments
 (0)