8 lines
		
	
	
		
			220 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			220 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [debian]
 | |
| localhost ansible_connection=local 
 | |
| 
 | |
| [arch]
 | |
| localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3
 | |
| 
 | |
| [centos]
 | |
| localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2 |