Advertisement
Guest User

Untitled

a guest
Jan 29th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. [defaults]
  2. hostfile = ./hosts
  3. retry_files_save_path = ./retry/
  4. roles_path = ./roles
  5. ansible_managed = Ansible managed: file modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
  6. nocows = 1
  7. executable = /bin/bash
  8. gathering = smart
  9. fact_caching = jsonfile
  10. fact_caching_connection = /tmp/
  11. fact_caching_timeout = 86400
  12. host_key_checking = False
  13. ask_pass = True
  14. ask_sudo_pass = True
  15. #remote_user = gerasimov
  16. #ask_vault_pass = True
  17.  
  18. [ssh_connection]
  19. pipelining = True
  20. scp_if_ssh = True
  21. ssh_args = -o StrictHostKeyChecking=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement