mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-11-02 20:01:33 +01:00 
			
		
		
		
	Update to 2022-03-17 19:00
This commit is contained in:
		@@ -1,13 +1,15 @@
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
# How often ldap2pg will sync (eg hourly, '*:0:15', systemd timer syntaxe)
 | 
			
		||||
# A value of never will disable automatic sync (you can still fire the ldap2pg service manually)
 | 
			
		||||
ldap2pg_sync_freq: never
 | 
			
		||||
ldap2pg_sync_freq: hourly
 | 
			
		||||
 | 
			
		||||
# Under which account will ldap2pg run
 | 
			
		||||
# Default is under the local postgres account which is fine for managing a local postgres instance
 | 
			
		||||
ldap2pg_user: postgres
 | 
			
		||||
 | 
			
		||||
# Set dry mode to False to actually do the sync
 | 
			
		||||
ldap2pg_dry_mode: True
 | 
			
		||||
 | 
			
		||||
ldap2pg_base_conf:
 | 
			
		||||
  version: 5  
 | 
			
		||||
  ldap:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user