소스 검색

perf(ansible): add ControlPersist for SSH connection reuse

Signed-off-by: gardar <gardar@users.noreply.github.com>
pull/4317/head
gardar 11 달 전
부모
커밋
6ccf7a69e7
No known key found for this signature in database GPG 키 ID: 872BAF59D98753
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      ansible.cfg

+ 3
- 0
ansible.cfg 파일 보기

@@ -4,3 +4,6 @@ result_format = yaml

[connection]
pipelining = True

[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s

불러오는 중...
취소
저장