ansible.cfg 385 B

12345678910111213141516
  1. [defaults]
  2. inventory = ./inventory.yml
  3. vault_password_file=../password
  4. forks = 20
  5. [ssh_connection]
  6. host_key_checking = true
  7. ssh_args = "-C -o ControlMaster=auto -o ControlPersist=120s -o PreferredAuthentications=publickey"
  8. # firejail workaround
  9. ssh_executable="/usr/bin/ssh"
  10. # there should be no sudo escape in vyos since one do not configure vyos in become mode
  11. pipelining = true