mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Validate that basic LDAP settings are provided
This commit is contained in:
		@@ -0,0 +1,12 @@
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
- name: Fail if required settings not defined
 | 
			
		||||
  ansible.builtin.fail:
 | 
			
		||||
    msg: >-
 | 
			
		||||
      You need to define a required configuration setting (`{{ item }}`).
 | 
			
		||||
  when: "vars[item] == ''"
 | 
			
		||||
  with_items:
 | 
			
		||||
    - "matrix_ldap_registration_proxy_ldap_uri"
 | 
			
		||||
    - "matrix_ldap_registration_proxy_ldap_base_dn"
 | 
			
		||||
    - "matrix_ldap_registration_proxy_ldap_user"
 | 
			
		||||
    - "matrix_ldap_registration_proxy_ldap_password"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user