mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			145 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			145 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| credentials:
 | |
|   root_password:
 | |
|     description: "Password for the MariaDB root user"
 | |
|     algorithm: "bcrypt"
 | |
|     validation: "^\\$2[aby]\\$.{56}$" |