File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
inventory-generation/identity-management Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 54
54
set_fact :
55
55
usrgrp : " {{ (usrgrp | default([])) + [ {'name': 'ldap-members', 'childgroups': unique_groups } ] }}"
56
56
57
+ - name : " Set List of Mail CC"
58
+ set_fact :
59
+ cc_list : " {{ ', '.join(( '{{ engagement_lead_email }}', '{{ technical_lead_email }}' )) }}"
60
+
57
61
- name : " Set IDM facts"
58
62
set_fact :
59
63
ipa_host : " {{ 'ipa.apps.' + (ocp_sub_domain | lower) + '.' + engagement_region | default('dev-1') + '.' + ocp_base_url }}"
73
77
ipa_host : " {{ ipa_host }}"
74
78
ipa_admin_user : " {{ ipa_admin_user }}"
75
79
ipa_admin_password : " {{ ipa_admin_password }}"
80
+ list_of_mail_cc : " {{ cc_list }}"
76
81
lodestar_identities :
77
82
users : " {{ users }}"
78
83
groups : " {{ usrgrp }}"
You can’t perform that action at this time.
0 commit comments