Advertisement
Guest User

Untitled

a guest
May 26th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [defaults]
  2. #hostfile = hosts
  3. hostfile = inventory/
  4. host_key_checking = False
  5. forks = 15
  6. nocows = 1
  7. log_path=/var/log/ansible.log
  8.  
  9. # SSH timeout
  10. timeout = 10
  11.  
  12.  
  13.  
  14. # retry files
  15. retry_files_enabled = True
  16. retry_files_save_path = ~/.ansible-retry
  17.  
  18. [ssh_connection]
  19. pipelining = True
  20.  
  21. [ssh_connection]
  22. scp_if_ssh=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement