mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			232 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			232 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: "create {{ friendica_host_ldap_config }}"
 | |
|   template: 
 | |
|     src:  "ldapauth.config.php.j2" 
 | |
|     dest: "{{ friendica_host_ldap_config }}"
 | |
|     mode: '644'
 | |
|     owner: root
 | |
|     group: 33
 | |
|     force: yes
 | |
|   notify: docker compose up |