ERROR! Unexpected Exception: [Errno 24] Too many open files Ansible

Hello,

Hope you all well !

I can’t execute my Ansible playbook role because there are too many open files.

Have you already got this problem ? If you have faced this problem, could you please share your solution ?

About my Ansible :

version: 2.0.1.0

Thanks advance for your help !

Regards,
Lawrence

Hi,

Are you running on OSX? There’s some history with that OS not allowing many open files by default. There’s some instructions here (in the blue box) about how to change the default

See http://docs.ansible.com/ansible/intro_installation.html#control-machine-requirements

Hope this helps,

Jon