Shortened webserver to srv-web-

This commit is contained in:
2025-07-09 04:27:58 +02:00
parent 1f43536018
commit 66198ca1ec
146 changed files with 218 additions and 218 deletions

View File

@@ -9,7 +9,7 @@ This Ansible role configures Nginx to perform 301 redirects from one domain to a
## Dependencies
- `webserver-https`: A role for setting up HTTPS for Nginx
- `srv-web-https`: A role for setting up HTTPS for Nginx
- `letsencrypt`: A role for managing SSL certificates with Let's Encrypt
## Author Information

View File

@@ -1,2 +1,2 @@
dependencies:
- webserver-https
- srv-web-https

View File

@@ -1,6 +1,6 @@
- name: "include task receive certbot certificate"
include_role:
name: webserver-tls-core
name: srv-web-tls-core
- name: "Deploying NGINX redirect configuration for {{ domain }}"
template: