25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
456 B

  1. # see http://docs.ansible.com/intro_configuration.html
  2. [defaults]
  3. # Do not show skipped hosts
  4. display_skipped_hosts = False
  5. # Look for the inventory of hosts in the current directory
  6. hostfile = ./hosts
  7. # Connect as 'root' by default via SSH
  8. remote_user = root
  9. # Do not use cowsay
  10. nocows = 1
  11. # Connect to up to 50 server in parallel
  12. forks = 50
  13. # Speed improvement, but may break sudo with requiretty
  14. pipelining = True
  15. # Log actions
  16. log_path = ./log