mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			191 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			191 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
authorized_keys_path: '{{ inventory_dir }}/files/{{ inventory_hostname }}/home/backup/.ssh/authorized_keys'
 | 
						|
authorized_keys_list: '{{ lookup(''file'', authorized_keys_path).splitlines() }}'
 | 
						|
 |