Skip to content

Commit

Permalink
Changes to group_vars/vbox-si-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
oravirt committed May 20, 2018
1 parent be0d343 commit 472f715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
7 changes: 1 addition & 6 deletions group_vars/vbox-si-fs/passwords.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# GI
default_gipass: Oracle123
sysasmpassword: Oracle_123
asmmonitorpassword: Oracle_123

# DB
default_dbpass: Oracle123
dbpasswords:
orclcdb:
system: Oracle_123
sys: Oracle_123
dbsnmp: Oracle_123
pdbadmin: Oracle_456
pdbadmin: Oracle_123
orclpdb1:
appuser1: appuser1
7 changes: 2 additions & 5 deletions group_vars/vbox-si-fs/vbox-si-fs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
hostgroup: vbox-si-fs

oracle_user: oracle
oracle_group: oinstall

install_from_nfs: false
oracle_sw_copy: false
oracle_sw_unpack: False
oracle_sw_unpack: True
oracle_stage: /u01/stage
oracle_stage_remote: /media/swrepo
autostartup_service: true
Expand All @@ -15,7 +12,7 @@
configure_motd: true
configure_host_disks: true

install_os_packages: True
install_os_packages: False
configure_epel_repo: false
configure_public_yum_repo: false
disable_selinux: false
Expand Down

0 comments on commit 472f715

Please sign in to comment.