Merge pull request 'ansible.cfg use persistent connections' (#159) from reynir/ansible:persistent-connections into main
Reviewed-on: #159
This commit is contained in:
commit
635fc031a5
|
@ -1,3 +1,4 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
remote_user = root
|
remote_user = root
|
||||||
inventory = datacoop_hosts
|
inventory = datacoop_hosts
|
||||||
|
use_persistent_connections = True
|
||||||
|
|
Loading…
Reference in a new issue