mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed server roles by osi they work on
This commit is contained in:
@@ -29,5 +29,5 @@ galaxy_info:
|
||||
run_after:
|
||||
- web-app-matomo
|
||||
dependencies:
|
||||
- srv-web-https
|
||||
- srv-web-7-6-https
|
||||
- gen-git
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: "include role for {{application_id}} to receive certs & do modification routines"
|
||||
include_role:
|
||||
name: srv-web-composer
|
||||
name: srv-web-7-6-composer
|
||||
vars:
|
||||
domain: "{{domains | get_domain(application_id)}}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
|
@@ -4,9 +4,9 @@ server
|
||||
|
||||
{% include 'roles/net-letsencrypt/templates/ssl_header.j2' %}
|
||||
|
||||
{% include 'roles/srv-web-injector-compose/templates/global.includes.conf.j2'%}
|
||||
{% include 'roles/srv-web-7-7-inj-compose/templates/global.includes.conf.j2'%}
|
||||
|
||||
{% include 'roles/srv-web-proxy-core/templates/headers/content_security_policy.conf.j2' %}
|
||||
{% include 'roles/srv-proxy-7-4-core/templates/headers/content_security_policy.conf.j2' %}
|
||||
charset utf-8;
|
||||
|
||||
location /
|
||||
|
Reference in New Issue
Block a user