mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Semi bsr for applications[] to prevent heavy to debug bugs in j2 - part 1
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| # Configuration @see https://hub.docker.com/_/phpmyadmin | ||||
|  | ||||
| PMA_HOST={{applications['svc-db-mariadb'].hostname}} | ||||
| {% if applications[application_id].autologin | bool %} | ||||
| {% if applications | get_app_conf(application_id, 'autologin', True) | bool %} | ||||
| PMA_USER= root | ||||
| PMA_PASSWORD= "{{applications['svc-db-mariadb'].credentials.root_password}}" | ||||
| {% endif %} | ||||
		Reference in New Issue
	
	Block a user