Reynir Björnsson
3bddaaa22c
This makes ansible try to use one ssh connection for everything. This greatly reduces the number of TCP connections and authentication attempts.
5 lines
91 B
INI
5 lines
91 B
INI
[defaults]
|
|
remote_user = root
|
|
inventory = datacoop_hosts
|
|
use_persistent_connections = True
|