mirror of
				https://gitea.0xace.cc/ansible-playbooks/postgresql.git
				synced 2025-11-04 05:17:25 +00:00 
			
		
		
		
	update ansible.cfg
This commit is contained in:
		@@ -1,9 +1,12 @@
 | 
				
			|||||||
[defaults]
 | 
					[defaults]
 | 
				
			||||||
 | 
					timeout = 300
 | 
				
			||||||
 | 
					jinja2_native = True
 | 
				
			||||||
host_key_checking = False
 | 
					host_key_checking = False
 | 
				
			||||||
pipelining = True
 | 
					pipelining = True
 | 
				
			||||||
callback_whitelist = timer, profile_tasks
 | 
					callbacks_enabled = timer, profile_tasks
 | 
				
			||||||
forks = 50
 | 
					forks = 50
 | 
				
			||||||
roles_path = roles
 | 
					roles_path = roles
 | 
				
			||||||
 | 
					interpreter_python = auto_silent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[ssh_connection]
 | 
					[ssh_connection]
 | 
				
			||||||
pipelining = True
 | 
					pipelining = True
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user