mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Renamed server roles by osi they work on
This commit is contained in:
		| @@ -26,5 +26,5 @@ galaxy_info: | ||||
|   issue_tracker_url: "https://s.veen.world/cymaisissues" | ||||
|   documentation: "https://s.veen.world/cymais" | ||||
| dependencies: | ||||
|   - srv-web-https | ||||
|   - srv-web-7-6-https | ||||
|   - gen-git | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| --- | ||||
| - name: "include role for {{application_id}} to receive certs & do modification routines" | ||||
|   include_role: | ||||
|     name: srv-web-composer | ||||
|     name: srv-web-7-6-composer | ||||
|   vars: | ||||
|     domain:     "{{ domains | get_domain(application_id) }}" | ||||
|     http_port:  "{{ ports.localhost.http[application_id] }}" | ||||
|   | ||||
| @@ -4,9 +4,9 @@ server | ||||
|    | ||||
|   {% include 'roles/net-letsencrypt/templates/ssl_header.j2' %} | ||||
|  | ||||
|   {% include 'roles/srv-web-injector-compose/templates/global.includes.conf.j2'%} | ||||
|   {% include 'roles/srv-web-7-7-inj-compose/templates/global.includes.conf.j2'%} | ||||
|  | ||||
|   {% include 'roles/srv-web-proxy-core/templates/headers/content_security_policy.conf.j2' %} | ||||
|   {% include 'roles/srv-proxy-7-4-core/templates/headers/content_security_policy.conf.j2' %} | ||||
|   charset utf-8; | ||||
|    | ||||
|   location / | ||||
|   | ||||
		Reference in New Issue
	
	Block a user