0.1.40-DEV-20210124-094325

--------------------------
    * MODIFY:
      - gitlab ci job tags updated to run on the ci host instead of workstation
      - ssl references updated as certs have been renewed

    * ADD:
      - hme-3.thezengarden.net added for external lab tower instance access
This commit is contained in:
2021-01-24 09:44:43 -05:00
parent 817ad2f64a
commit 6ca00655fb
3 changed files with 18 additions and 24 deletions

View File

@ -34,8 +34,8 @@
proxy_site_ssl_directory : /etc/nginx/ssl
proxy_site_ssl_certificate : "{{ proxy_site_ssl_directory }}/thezengarden.net/fullchain10.pem"
proxy_site_ssl_certificate_key : "{{ proxy_site_ssl_directory }}/thezengarden.net/privkey10.pem"
proxy_site_ssl_certificate : "{{ proxy_site_ssl_directory }}/thezengarden.net/fullchain11.pem"
proxy_site_ssl_certificate_key : "{{ proxy_site_ssl_directory }}/thezengarden.net/privkey11.pem"
proxy_site_ssl_protocols : TLSv1.2
proxy_site_ssl_ciphers : ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256