Skip to content

Commit f79e83d

Browse files
committed
Added proper default password for {{ oracle_user }}
1 parent 1789e4c commit f79e83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orahost/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ol6_repo_file: public-yum-ol6.repo
77
repo_dir: /etc/yum.repos.d/
88
oracle_user: oracle # User that will own the Oracle Installations. No support for separation of duties yet
9-
oracle_passwd: "yoursecrethashedpassword" # Encrypted password for oracle_user
9+
oracle_passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0" # Encrypted password for oracle_user (Oracle123)
1010
oracle_user_home: "/home/{{ oracle_user }}" # Home directory for oracle_user. Needed for passing in ssh-keys, profiles etc
1111
oracle_group: dba # Primary group for oracle_user.
1212
oracle_user_id: 600 # uid for oracle_user
@@ -15,7 +15,7 @@
1515
percent_hugepages: 60 # Percentage (0-100) of total RAM to dedicate to hugepages, Configures vm.nr_hugepages & memlock settings
1616
configure_interconnect: true # (true/false) Should the Interconnect network be configured by Ansible (setup IP-address. IP-address configurable by variable oracle_ic_net). Only applicable to RAC-installs
1717
configure_ssh: true # (true/false). Should passwordless ssh be configured between clusternodes. Only applicable to RAC-installs
18-
configure_host_disks: true # (true/false). Should the specified directories be on their on devices -> (true), or do they live in the root-filesystem (/) -> (false).
18+
configure_host_disks: false # (true/false). Should the specified directories be on their on devices -> (true), or do they live in the root-filesystem (/) -> (false).
1919
# mountpoints are described in host_fs_layout
2020

2121
# host_fs_layout: # Sets up filesystem on host. If storage_type=FS under oracle_databases, this is where the mapping between device/fs is described

0 commit comments

Comments
 (0)