Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ansible max hosts?

By default, ansible has a max of 5 forks.
This means, you can only execute the same task in 5 hosts at a time.

sudo vim /etc/ansible/ansible.cnf

[defaults]
forks = 30 (it is your call)
Source by docs.ansible.com #
 
PREVIOUS NEXT
Tagged: #ansible #max
ADD COMMENT
Topic
Name
9+7 =