mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| credentials:
 | |
|   django_secret:
 | |
|     description: "Django SECRET_KEY used for cryptographic signing"
 | |
|     algorithm: "sha256"
 | |
|     validation: "^[a-f0-9]{64}$" |