mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 02:11:30 +01:00 
			
		
		
		
	Update to 2023-03-08 18:00
This commit is contained in:
		| @@ -32,7 +32,7 @@ | ||||
|     password: "{{ db_pass }}" | ||||
|     priv: "{{ db_name }}.*:ALL" | ||||
|     append_privs: "{{ append_privs | default(False) }}" | ||||
|     host: "{{ ( db_server == 'localhost' ) | ternary('localhost', item ) }}" | ||||
|     host: "{{ ( db_server in ['localhost','127.0.0.1'] ) | ternary('localhost', item ) }}" | ||||
|     login_host: "{{ db_server }}" | ||||
|     login_port: "{{ db_port | default(omit) }}" | ||||
|     login_user: sqladmin | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud