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:
@@ -24,4 +24,4 @@ galaxy_info:
|
||||
- web-app-keycloak
|
||||
- web-app-mailu
|
||||
dependencies:
|
||||
- srv-web-proxy-core
|
||||
- srv-proxy-7-4-core
|
@@ -1,12 +1,12 @@
|
||||
- name: "include role receive certbot certificate"
|
||||
include_role:
|
||||
name: srv-web-tls-core
|
||||
name: srv-web-6-6-tls-core
|
||||
vars:
|
||||
domain: "{{domains | get_domain(application_id)}}"
|
||||
|
||||
- name: configure {{domains | get_domain(application_id)}}.conf
|
||||
template:
|
||||
src: "roles/srv-web-proxy-core/templates/vhost/basic.conf.j2"
|
||||
src: "roles/srv-proxy-7-4-core/templates/vhost/basic.conf.j2"
|
||||
dest: "{{nginx.directories.http.servers}}{{domains | get_domain(application_id)}}.conf"
|
||||
notify: restart nginx
|
||||
vars:
|
||||
|
Reference in New Issue
Block a user