Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Fixed multiple issues to support the httpd reverse proxy on Ubuntu … #34

Closed
wants to merge 1 commit into from

Commits on Oct 23, 2017

  1. - Fixed multiple issues to support the httpd reverse proxy on Ubuntu …

    …16.04 OS. The main issue was that the playbook was specific to CentOS/RedHat OS family. I introduced two files which are included dynamically by the `ansible_os_family` variable in the `httpd_reverse_proxy_config.yml` file. It is determining the OS familly and then it will set the proper package name to use between `httpd` for RedHat and `apache2` for Debian.
    
    - Added the support for using an SSL certificate which is already existing on the file system of the nexus server without the need to copy the file from this role. In our case it is usefull because we combine it with a role obtaining a LetsEncrypt SSL certificate. Therefore if the `httpd_copy_ssl_files` which is by default set to true is overriden with a value of false you have to specify the location of the private key and certificate file on the remote server, then the `nexus_vhost.conf` template will be written with the location path of these files.
    Dominick Rivard committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    05a23d1 View commit details
    Browse the repository at this point in the history