Explorar el Código

Added pipelining

merge-requests/1/merge
Christoph Haas hace 6 años
padre
commit
8e1d95fa7f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      ansible/ansible.cfg

+ 4
- 0
ansible/ansible.cfg Ver fichero

@@ -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

Cargando…
Cancelar
Guardar