Files @ a6f0fe607199
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/bootstrap.yml

branko
MAR-129: Removed m_ldap_entry module:

- Removed the custom m_ldap_entry module used for managing LDAP
entries.
- Replaced the module usage with official ldap_entry and ldap_attr
modules.
- Updated role reference documentation.
- Updated usage instructions since we can't misuse the m_ldap_entry
any longer for adding members to groups.
1
2
3
4
5
6
---

- hosts: testsite
  remote_user: root
  roles:
    - bootstrap