mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
		
							
								
								
									
										27
									
								
								roles/web-app-simpleicons/vars/configuration.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								roles/web-app-simpleicons/vars/configuration.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | ||||
|  | ||||
| credentials: {} | ||||
| docker: | ||||
|   images: {}                # @todo Move under services | ||||
|   versions: {}              # @todo Move under services | ||||
|   services: | ||||
|     redis: | ||||
|       enabled:      false   # Enable Redis  | ||||
|     database: | ||||
|       enabled:      false   # Enable the database  | ||||
| features: | ||||
|   matomo:           true    # Enable Matomo Tracking | ||||
|   css:              true    # Enable Global CSS Styling | ||||
|   portfolio_iframe: true    # Enable loading of app in iframe | ||||
|   ldap:             false   # Enable LDAP Network | ||||
|   central_database: false   # Enable Central Database Network | ||||
|   recaptcha:        false   # Enable ReCaptcha | ||||
|   oauth2:           false   # Enable the OAuth2-Proy | ||||
| csp: {}       | ||||
| domains: | ||||
|   canonical: | ||||
|     - "icons.{{ primary_domain }}" | ||||
| rbac: | ||||
|   roles: | ||||
|     mail-bot: | ||||
|       description: "Has an token to send and recieve emails" | ||||
|  | ||||
							
								
								
									
										4
									
								
								roles/web-app-simpleicons/vars/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								roles/web-app-simpleicons/vars/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| application_id:                 simpleicons  | ||||
| container_port:                 3000 | ||||
| simpleicons_host_server_file:   "{{docker_compose.directories.config}}server.js" | ||||
| simpleicons_host_package_file:  "{{docker_compose.directories.config}}package.json" | ||||
		Reference in New Issue
	
	Block a user