mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			231 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			231 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 |