forked from https://github.com/trailofbits/algo (bubble branch has our minor changes) https://github.com/trailofbits/algo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
455 B

  1. [defaults]
  2. inventory = inventory
  3. pipelining = True
  4. retry_files_enabled = False
  5. host_key_checking = False
  6. timeout = 60
  7. stdout_callback = default
  8. display_skipped_hosts = no
  9. force_valid_group_names = ignore
  10. [paramiko_connection]
  11. record_host_keys = False
  12. [ssh_connection]
  13. ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o ConnectTimeout=6 -o ConnectionAttempts=30 -o IdentitiesOnly=yes
  14. scp_if_ssh = True
  15. retries = 30