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
sufficient permissions to access the inventory '/u01/app/oraInventory'
A problem with creating the inventory occurs when host_fs_layout has
a definition with /U01 and /u01/app/oracle/diag. The result is a missing
permission to create /u01/app/oraInventory.
This has been fixed.
etc_hosts_ip: "{% if 'virtualbox' in ansible_virtualization_type %}{{ansible_all_ipv4_addresses[1]}}{% else %}{{ansible_default_ipv4.address}}{%endif%}"
33
+
oracle_inventory_loc: /u01/app/oraInventory
33
34
34
35
oracle_user_home: "/home/{{ oracle_user }}"# Home directory for oracle_user. Needed for passing in ssh-keys, profiles etc
35
36
grid_user_home: "/home/{{ grid_install_user }}"# Home directory for oracle_user. Needed for passing in ssh-keys, profiles etc
0 commit comments