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 Enhancement MAR-162 Make all TLS private key/certificate parameters mandatory
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
    Enhancement
  • Category
    Not determined
  • Targetted for
    5.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
    8 hours
  • Time spent
    No time spent
    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

Majic Ansible Roles currently make the TLS private key/certificate parameters optional, defaulting to using private keys and certificates from a specific directory with a particular naming schema.

However, the naming schema can vary widely based on the deployment, and it is already not the same as used in Majic Infrastructure (for example).

Instead of making use of the pre-defined directories with specifically named files, it would be less ambiguous to make all such private key/certificate parameters mandatory. This should also help simplify some of the tests.

The following should be done:

  • Update the following roles:
    • ldap_server
    • mail_server
    • mail_forwarder
    • php_website
    • web_server
    • wsgi_website
    • xmpp_server
  • Make TLS private key/certificate parameters mandatory.
  • Drop the use of shared parameters tls_private_key_dir and tls_certificate_dir.
  • Update role reference documentation.
  • Update usage instructions.
  • Update release notes.
Todos (0 / 0)
There are no comments