12 lines
		
	
	
		
			337 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			337 B
		
	
	
	
		
			INI
		
	
	
	
| [defaults]
 | |
| inventory = inventory/hosts.yml
 | |
| host_key_checking = False
 | |
| timeout = 30
 | |
| gathering = smart
 | |
| fact_caching = memory
 | |
| stdout_callback = yaml
 | |
| callback_whitelist = timer, profile_tasks
 | |
| 
 | |
| [ssh_connection]
 | |
| ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
 | |
| pipelining = True |