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)