ansible.cfg 321 B

12345678910111213141516
  1. [defaults]
  2. inventory = ./inventory.yml
  3. vault_password_file=../password
  4. forks = 20
  5. timeout = 30
  6. [ssh_connection]
  7. host_key_checking = true
  8. #ssh_args = "-C -o ControlMaster=auto -o ControlPersist=120s -o PreferredAuthentications=publickey"
  9. retries=5
  10. # firejail workaround
  11. #ssh_executable="/usr/bin/ssh"
  12. pipelining = true