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 Bug report MAR-52 Web server role has overlapping parameters with PHP and WSGI website roles
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
    Bug report
  • Category
    General
  • Targetted for
    1.0.0
  • Status
    Closed
  • Progress
  • Priority
    Must fix before next release
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
    No time spent
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
  • Reproducability
    Always
  • Severity
    Critical
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
The web server role overlaps with PHP and WSGI website roles with two parameters:
* https_tls_key
* https_tls_certificate

This results in PHP and WSGI website roles overwriting the default vhost TLS configuration, replacing the correct certificate with incorrect one.

The web server roles parameters should be renamed to something like:
* default_https_tls_key
* default_https_tls_certificate
Steps to reproduce this issue
1. Apply playbook that contains both the web server and php_website or wsgi_website role in a single run.
Todos (0 / 0)
Issue created