ansible.cfg: increase forks to 10

This commit is contained in:
Tobias Hachmer 2019-03-22 22:02:20 +01:00
parent aa38067f20
commit dc9f792992
No known key found for this signature in database
GPG key ID: E112788464CA5C60

View file

@ -8,6 +8,7 @@ roles_path = ./roles
stdout_callback = yaml
bin_ansible_callbacks = True
jinja2_extensions = jinja2.ext.do
forks = 10
[privilege_escalation]
become = True