mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Made code more modular and refactored to cmp roles
This commit is contained in:
		| @@ -1,11 +1,4 @@ | ||||
| --- | ||||
| - name: "load docker and db for {{application_id}}" | ||||
| - name: "load docker, db and proxy for {{application_id}}" | ||||
|   include_role:  | ||||
|     name: cmp-db-docker | ||||
|  | ||||
| - name: "include role srv-web-proxy-domain for {{application_id}}" | ||||
|   include_role: | ||||
|     name: srv-web-proxy-domain | ||||
|   vars: | ||||
|     domain:   "{{ domains | get_domain(application_id) }}" | ||||
|     http_port:   "{{ ports.localhost.http[application_id] }}" | ||||
|     name: cmp-db-docker-proxy | ||||
|   | ||||
		Reference in New Issue
	
	Block a user