You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: orahost/defaults/main.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
ol6_repo_file: public-yum-ol6.repo
7
7
repo_dir: /etc/yum.repos.d/
8
8
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)
10
10
oracle_user_home: "/home/{{ oracle_user }}"# Home directory for oracle_user. Needed for passing in ssh-keys, profiles etc
11
11
oracle_group: dba # Primary group for oracle_user.
12
12
oracle_user_id: 600# uid for oracle_user
@@ -15,7 +15,7 @@
15
15
percent_hugepages: 60# Percentage (0-100) of total RAM to dedicate to hugepages, Configures vm.nr_hugepages & memlock settings
16
16
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
17
17
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).
19
19
# mountpoints are described in host_fs_layout
20
20
21
21
# 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