mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 18:57:12 +02:00
Renamed server roles by osi they work on
This commit is contained in:
@@ -9,7 +9,7 @@ This Ansible role configures Nginx to perform 301 redirects from one domain to a
|
||||
|
||||
## Dependencies
|
||||
|
||||
- `srv-web-https`: A role for setting up HTTPS for Nginx
|
||||
- `srv-web-7-6-https`: A role for setting up HTTPS for Nginx
|
||||
- `letsencrypt`: A role for managing SSL certificates with Let's Encrypt
|
||||
|
||||
## Author Information
|
||||
|
@@ -20,5 +20,5 @@ galaxy_info:
|
||||
- name: Any
|
||||
versions: [ all ]
|
||||
dependencies:
|
||||
- srv-web-https
|
||||
- srv-web-7-6-https
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
- name: "include task receive certbot certificate"
|
||||
include_role:
|
||||
name: srv-web-tls-core
|
||||
name: srv-web-6-6-tls-core
|
||||
|
||||
- name: "Deploying NGINX redirect configuration for {{ domain }}"
|
||||
template:
|
||||
|
Reference in New Issue
Block a user