mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 10:47:21 +02:00
Shortened webserver to srv-web-
This commit is contained in:
@@ -26,5 +26,5 @@ galaxy_info:
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
dependencies:
|
||||
- webserver-https
|
||||
- srv-web-https
|
||||
- gen-git
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: "include role for {{application_id}} to receive certs & do modification routines"
|
||||
include_role:
|
||||
name: webserver-composer
|
||||
name: srv-web-composer
|
||||
vars:
|
||||
domain: "{{ domains | get_domain(application_id) }}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
|
@@ -4,9 +4,9 @@ server
|
||||
|
||||
{% include 'roles/network-letsencrypt/templates/ssl_header.j2' %}
|
||||
|
||||
{% include 'roles/webserver-injector-core/templates/global.includes.conf.j2'%}
|
||||
{% include 'roles/srv-web-injector-core/templates/global.includes.conf.j2'%}
|
||||
|
||||
{% include 'roles/webserver-proxy-core/templates/headers/content_security_policy.conf.j2' %}
|
||||
{% include 'roles/srv-web-proxy-core/templates/headers/content_security_policy.conf.j2' %}
|
||||
charset utf-8;
|
||||
|
||||
location /
|
||||
|
Reference in New Issue
Block a user