From: Zack Cerza Date: Fri, 23 Jun 2017 21:55:45 +0000 (-0600) Subject: ansible: Use up to 50 forks X-Git-Tag: v1.0~61^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25%2Fhead;p=cephmetrics.git ansible: Use up to 50 forks This speeds up deployment. Ansible will use this value or the number of hosts - whichever is smaller. Signed-off-by: Zack Cerza --- diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 40d9289..9c3ef13 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,3 +1,4 @@ [defaults] roles_path: ./roles/ host_key_checking: False +forks: 50