ansible.cfg 311 B

123456789101112131415
  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. # firejail workaround
  10. #ssh_executable="/usr/bin/ssh"
  11. pipelining = true