Majic Projects
Majic Ansible Roles
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Majic Ansible Roles / Closed Task MAR-117 Rename custom modules in order to avoid name collisions
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Task
  • Category
    Not determined
  • Targetted for
    2.0.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    2 hours
  • Time spent
    1 hour
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

At the moment Majic Ansible Roles ships with custom modules used for setting-up LDAP entries and permissions - ldap_entry and ldap_permissions.

Since Ansible version 2.3, there is an official module called ldap_entry with similar (but not same) functionality as the custom ldap_entry. In order to avoid naming collisions and ambiguity, it would be useful to rename existing modules to clearly denote them as part of Majic Ansible Roles.

The following should be done:

  • Rename custom module ldap_entry to m_ldap_entry.
  • Rename custom module ldap_permissions to m_ldap_permissions.
  • Update all roles (primarily ldap_server) to use the new name.
  • Update documentation.
  • Ensure tests are passing after the change.
Todos (0 / 0)
There are no comments