mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| credentials:
 | |
|   POSTGRES_PASSWORD:
 | |
|     description: "Password for the PostgreSQL superuser 'postgres'"
 | |
|     algorithm: "bcrypt"
 | |
|     validation: "^\\$2[aby]\\$.{56}$"
 | |
| 
 | |
| rapid_storage:
 | |
|   description: "Mount path of the servers SSD"
 | |
| 
 | |
| mass_storage:
 | |
|   description: "Mount path of the servers HDD" |