mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Big restructuring
This commit is contained in:
		
							
								
								
									
										14
									
								
								roles/docker-snipe-it/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								roles/docker-snipe-it/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| --- | ||||
| - name: "include docker-central-database" | ||||
|   include_role:  | ||||
|     name: docker-central-database | ||||
|  | ||||
| - name: "include role nginx-domain-setup for {{application_id}}" | ||||
|   include_role: | ||||
|     name: nginx-domain-setup | ||||
|   vars: | ||||
|     domain:   "{{ domains | get_domain(application_id) }}" | ||||
|     http_port:   "{{ ports.localhost.http[application_id] }}" | ||||
|  | ||||
| - name: "copy docker-compose.yml and env file" | ||||
|   include_tasks: copy-docker-compose-and-env.yml | ||||
		Reference in New Issue
	
	Block a user