ansible/ansible.cfg
Reynir Björnsson 3bddaaa22c ansible.cfg use persistent connections
This makes ansible try to use one ssh connection for everything. This
greatly reduces the number of TCP connections and authentication
attempts.
2023-03-07 13:14:47 +01:00

5 lines
91 B
INI

[defaults]
remote_user = root
inventory = datacoop_hosts
use_persistent_connections = True