enable pipelining as it seems to work and be faster
See: https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-pipelining
This commit is contained in:
parent
07dbbf055c
commit
63390c5588
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[defaults]
|
||||
inventory = ./inventories/z9/hosts.yaml
|
||||
pipelining = True
|
||||
|
||||
[passwordstore_lookup]
|
||||
backend = pass
|
||||
|
|
Loading…
Reference in a new issue