- [defaults]
- inventory = ./inventory.yml
- vault_password_file=../password
- forks = 20
- [ssh_connection]
- host_key_checking = true
- #ssh_args = "-C -o ControlMaster=auto -o ControlPersist=120s -o PreferredAuthentications=publickey"
- # firejail workaround
- #ssh_executable="/usr/bin/ssh"
- pipelining = true
|