mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
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
|
||||
nocows=1
|
||||
retry_files_save_path=/dev/null
|
||||
library=~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:./library
|
||||
pipelining=true
|
||||
|
||||
# Use the YAML callback plugin.
|
||||
stdout_callback = yaml
|
||||
|
|
@ -20,6 +20,7 @@ record_host_keys=False
|
|||
|
||||
[ssh_connection]
|
||||
transfer_method=scp
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||
|
||||
[accelerate]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue