Parcourir la source

Added pipelining

merge-requests/1/merge
Christoph Haas il y a 6 ans
Parent
révision
8e1d95fa7f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      ansible/ansible.cfg

+ 4
- 0
ansible/ansible.cfg Voir le fichier

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

Chargement…
Annuler
Enregistrer