mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +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" |