forked from ansible-lockdown/RHEL9-CIS
updated to enable greater speed
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
511f9cf000
commit
ee9d7d6d15
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ system_warnings=False
|
||||||
command_warnings=False
|
command_warnings=False
|
||||||
nocows=1
|
nocows=1
|
||||||
retry_files_save_path=/dev/null
|
retry_files_save_path=/dev/null
|
||||||
library=~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:./library
|
pipelining=true
|
||||||
|
|
||||||
# Use the YAML callback plugin.
|
# Use the YAML callback plugin.
|
||||||
stdout_callback = yaml
|
stdout_callback = yaml
|
||||||
|
|
@ -20,6 +20,7 @@ record_host_keys=False
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
transfer_method=scp
|
transfer_method=scp
|
||||||
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||||
|
|
||||||
[accelerate]
|
[accelerate]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue