address ldap_attrs

This commit is contained in:
nazunalika 2021-05-04 07:56:50 -07:00
parent 0ce89a2a05
commit 9ecf10d1fb
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -34,7 +34,7 @@
- users - users
- name: "Remove personal information attributes" - name: "Remove personal information attributes"
community.general.ldap_attr: community.general.ldap_attrs:
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org" dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
name: "{{ item }}" name: "{{ item }}"
values: [] values: []
@ -64,7 +64,7 @@
- homePhone - homePhone
- name: "Set FAS Status Note" - name: "Set FAS Status Note"
community.general.ldap_attr: community.general.ldap_attrs:
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org" dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
name: "fasStatusNote" name: "fasStatusNote"
values: "Account Disabled: {{ ticket_id }}" values: "Account Disabled: {{ ticket_id }}"
@ -74,7 +74,7 @@
bind_pw: "{{ ipaadmin_password }}" bind_pw: "{{ ipaadmin_password }}"
- name: "Set FAS Account Information to Private" - name: "Set FAS Account Information to Private"
community.general.ldap_attr: community.general.ldap_attrs:
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org" dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
name: "fasisprivate" name: "fasisprivate"
values: "TRUE" values: "TRUE"