mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	- Renamed all Readme.md → README.md - Renamed all Todo.md → TODO.md - Added integration test (tests/integration/test_filename_conventions.py) to automatically check naming convention. Background: Consistency in file naming (uppercase README.md and TODO.md) avoids issues with case-sensitive filesystems and ensures desktop cards (e.g. Pretix) are properly included. Ref: https://chatgpt.com/share/68b1d135-c688-800f-9441-46a3cbfee175
		
			
				
	
	
		
			6 lines
		
	
	
		
			324 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			324 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Todos
 | |
| - Remove, *_users.yml, *_applications.yml, *_ports.yml and *_networks.yml
 | |
| - Move their values to the roles/*/config/main.yml file of each role
 | |
| - Implement validators (e.g. no overlappsing networks, unique ports) for all of this configurations
 | |
| - Keep this design decissions in ming during new feature implementations
 |