mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Refactored server roles for better readability
This commit is contained in:
		| @@ -1,9 +1,9 @@ | ||||
| - name: "include role for {{ application_id }} to receive certs & do modification routines" | ||||
|   include_role: | ||||
|     name: srv-composer | ||||
|     name: sys-util-csp-cert | ||||
|  | ||||
| - name: configure {{ domain }}.conf | ||||
|   template:  | ||||
|     src:  "templates/peertube.conf.j2" | ||||
|     dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domain }}.conf" | ||||
|   notify: restart openresty | ||||
|     dest: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}" | ||||
|   notify: restart openresty | ||||
|   | ||||
		Reference in New Issue
	
	Block a user