Files @ a6f0fe607199
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/preseed.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
---

# Playbook for generating Debian preseed files for automating the installation.
- hosts: preseed
  roles:
    - preseed