mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
credentials:
 | 
						|
  administrator_password:
 | 
						|
    description: "Initial password for the EspoCRM administrator user"
 | 
						|
    algorithm: "sha256"
 | 
						|
    validation: "^[a-f0-9]{64}$"
 | 
						|
  database_password:
 | 
						|
    description: "Password for the EspoCRM database user"
 | 
						|
    algorithm: "bcrypt"
 | 
						|
    validation: "^\\$2[aby]\\$.{56}$" |