forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			269 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			269 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: deploy infrastructure authorized keys
 | |
|   ansible.posix.authorized_key:
 | |
|     state: present
 | |
|     user: chaos
 | |
|     exclusive: true
 | |
|     key: https://gitlab.hamburg.ccc.de/ccchh/infrastructure-authorized-keys/-/raw/trunk/authorized_keys?ref_type=heads&inline=false
 | |
|      |