Skip to content

Commit 769fa5e

Browse files
committed
Various changes to group_vars configs
1 parent 149ccfd commit 769fa5e

File tree

5 files changed

+17
-13
lines changed

5 files changed

+17
-13
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
hostgroup: vbox-rac-dc1
3-
role_separation: false
3+
role_separation: True
44
device_persistence: asmlib
55

66

@@ -21,10 +21,11 @@
2121
configure_epel_repo: True
2222
configure_public_yum_repo: True
2323
disable_selinux: true
24+
old_ssh_config: False
2425

2526
################ Grid Infrastructure specifics ################
26-
configure_cluster: true
27-
oracle_install_version_gi: 12.1.0.2
27+
configure_cluster: True
28+
oracle_install_version_gi: 12.2.0.1
2829
oracle_gi_cluster_type: STANDARD
2930
oracle_home_gi: "/u01/app/grid/product/{{ oracle_install_version_gi}}/grid"
3031

@@ -40,7 +41,7 @@
4041

4142
oracle_databases: # Dictionary describing the databases to be installed
4243
- home: db1 # 'Last' directory in ORACLE_HOME path (e.g /u01/app/oracle/12.1.0.2/racdb)
43-
oracle_version_db: 12.1.0.2 # Oracle versiono
44+
oracle_version_db: 12.2.0.1 # Oracle versiono
4445
oracle_edition: EE # The edition of database-server (EE,SE,SEONE)
4546
oracle_db_name: orclcdb # Database name
4647
oracle_db_type: RAC # Type of database (RAC,RACONENODE,SI)

group_vars/vbox-rac-dc2/vbox-rac-dc2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
configure_epel_repo: false
2525
configure_public_yum_repo: false
2626
disable_selinux: true
27+
old_ssh_config: False
2728

2829
################ Grid Infrastructure specifics ################
2930
configure_cluster: true

group_vars/vbox-si-asm/passwords.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ dbpasswords:
1111
sys: Oracle_123
1212
dbsnmp: Oracle_123
1313
pdbadmin: Oracle_456
14-

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
hostgroup: vbox-si-asm
33
role_separation: True
4-
device_persistence: udev
4+
device_persistence: asmlib
55
storage_type: ASM
66
#multipath: dm-multipath
77

@@ -10,8 +10,11 @@
1010
oracle_group: oinstall
1111

1212
install_from_nfs: false
13-
oracle_sw_copy: false
14-
oracle_sw_unpack: true
13+
oracle_sw_copy: False
14+
oracle_sw_unpack: True
15+
is_sw_source_local: false
16+
#oracle_sw_source_www: http://192.168.0.24/orasw/
17+
#oracle_sw_source_local: /Users/miksan/Downloads/oracle/
1518
oracle_stage: /u01/stage
1619
oracle_stage_remote: /media/swrepo
1720

@@ -21,7 +24,7 @@
2124
configure_ssh: true
2225
configure_host_disks: true
2326

24-
install_os_packages: False
27+
install_os_packages: True
2528
configure_epel_repo: true
2629
configure_public_yum_repo: True
2730
disable_selinux: false
@@ -62,7 +65,7 @@
6265
# redolog_size_in_mb: 100
6366
# datafile_dest: '+DATA'
6467
# recoveryfile_dest: '+FRA'
65-
# state: present
68+
# state: absent
6669
## The following will install a new ORACLE_HOME with version 11.2.0.4 and a database called running out of that home
6770
# - home: db1 # 'Last' directory in ORACLE_HOME path (e.g /u01/app/oracle/12.2.0.1/db1)
6871
# oracle_version_db: 11.2.0.4 # Oracle versiono (12.2.0.1,12.1.0.2,12.1.0.1,11.2.0.4,11.2.0.3)

group_vars/vbox-si-fs/vbox-si-fs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
hostgroup: vbox-si-fs
33

4-
oracle_user: oracle
4+
oracle_user: oracle
55
oracle_group: oinstall
66

77
install_from_nfs: false
@@ -23,7 +23,7 @@
2323

2424
oracle_databases: # Dictionary describing the databases to be installed
2525
- home: db1 # 'Last' directory in ORACLE_HOME path (e.g /u01/app/oracle/12.2.0.1/db1)
26-
oracle_version_db: 12.1.0.2 # Oracle versiono (12.2.0.1,12.1.0.2,12.1.0.1,11.2.0.4,11.2.0.3)
26+
oracle_version_db: 12.2.0.1 # Oracle versiono (12.2.0.1,12.1.0.2,12.1.0.1,11.2.0.4,11.2.0.3)
2727
oracle_edition: EE # The edition of database-server (EE,SE,SEONE)
2828
oracle_db_name: orclcdb # Database name
2929
oracle_db_passwd: Oracle123 # Passwords (sys/system/dbsnm etc)
@@ -45,7 +45,7 @@
4545
# - home: db1 # 'Last' directory in ORACLE_HOME path (e.g /u01/app/oracle/12.2.0.1/db1)
4646
# oracle_version_db: 12.2.0.1 # Oracle versiono (12.2.0.1,12.1.0.2,12.1.0.1,11.2.0.4,11.2.0.3)
4747
# oracle_edition: EE # The edition of database-server (EE,SE,SEONE)
48-
# oracle_db_name: # Database name
48+
# oracle_db_name: blergh # Database name
4949
# oracle_db_type: SI # Type of database (RAC,RACONENODE,SI)
5050
# is_container: false # (true/false) Is the database a container database
5151
# pdb_prefix: shit

0 commit comments

Comments
 (0)