mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			119 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			119 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {% for authorized_key in authorized_keys_list %}
 | |
| command="/home/backup/ssh-wrapper.sh" {{authorized_key}}
 | |
| {% endfor %}
 |