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: roles/oradb_manage_tablespace/defaults/main.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,16 @@ user_pdb_password: "{% if dbpasswords is defined and dbpasswords[item.0.cdb] is
13
13
{%- endif%}"
14
14
# noqa yaml
15
15
16
+
db_password_cdb: "{% if dbpasswords is defined and dbpasswords[item.0.oracle_db_name] is defined and dbpasswords[item.0.oracle_db_name][db_user] is defined %}{{ dbpasswords[item.0.oracle_db_name][db_user] }}
17
+
{%- else %}{{ default_dbpass }}
18
+
{%- endif %}"
19
+
# noqa yaml
20
+
21
+
db_password_pdb: "{% if dbpasswords is defined and dbpasswords[item.0.cdb] is defined and dbpasswords[item.0.cdb][db_user] is defined %}{{ dbpasswords[item.0.cdb][db_user] }}
22
+
{%- else %}{{ default_dbpass }}
23
+
{%- endif%}"
24
+
# noqa yaml
25
+
16
26
db_service_name: "{% if item.0 is defined %}
17
27
{%- if item.0.oracle_db_unique_name is defined %}{{ item.0.oracle_db_unique_name }}
18
28
{%- elif item.0.oracle_db_instance_name is defined %}{{ item.0.oracle_db_instance_name }}
0 commit comments