Browse Source

ansible: adjust configuration file

master
Maxim Likhachev 4 years ago
parent
commit
3d8522eff7
  1. 12
      ansible.cfg

12
ansible.cfg

@ -1,3 +1,15 @@ @@ -1,3 +1,15 @@
[defaults]
collections_path = modules/
; Количество процессов
forks = 20
; Собирать факты только по требованию
gathering = explicit
[connection]
;Подавать команды на Python stdin вместо копирования файлов
pipelining = True

Loading…
Cancel
Save