ansible.cfg 201 B

123456789
  1. [defaults]
  2. inventory = /hosts
  3. forks = 5
  4. become = root
  5. remote_port = 22
  6. host_key_checking = False
  7. timeout = 10
  8. log_path = /var/log/ansible.log
  9. private_key_file = /root/.ssh/id_rsa