1 2 3 4 5 6 7 8 9 10 11
[defaults] inventory = inventory/ansible.json; ; Don't whine about the python interpreter interpreter_python = /usr/bin/python; ; Don't wait for each host to finish. strategy = free ; Run 10 hosts at once. forks = 10 [colors] error = bright red