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