mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Shortened webserver to srv-web-
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| dependencies: | ||||
| - webserver-https | ||||
| - srv-web-https | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user