소스 검색

Added pipelining

merge-requests/1/merge
Christoph Haas 6 년 전
부모
커밋
8e1d95fa7f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      ansible/ansible.cfg

+ 4
- 0
ansible/ansible.cfg 파일 보기

@@ -24,3 +24,7 @@ log_path = ./log

# Path to roles
roles_path = ansible/roles

[ssh_connection]
# Speed improvement, but may break sudo with requiretty
pipelining = True

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