projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1067258
)
ansible.cfg: Add setting forks & error_on_undefined_vars
author
nicoo
<nicoo@realraum.at>
Thu, 5 Jul 2018 11:57:39 +0000
(13:57 +0200)
committer
nicoo
<nicoo@realraum.at>
Thu, 5 Jul 2018 11:57:39 +0000
(13:57 +0200)
ansible/ansible.cfg
patch
|
blob
|
history
diff --git
a/ansible/ansible.cfg
b/ansible/ansible.cfg
index
4c457eb
..
2e674c0
100644
(file)
--- a/
ansible/ansible.cfg
+++ b/
ansible/ansible.cfg
@@
-5,6
+5,13
@@
log_path = ./log
nocows=1
vault_password_file = ./gpg/get-vault-pass.sh
+# Error-out when encountering an undefined variable
+# See https://docs.ansible.com/ansible/latest/intro_configuration.html#error-on-undefined-vars
+error_on_undefined_vars = True
+
+# Run more tasks in parallel
+forks = 50
+
gathering = smart
fact_caching = jsonfile
fact_caching_connection = ./.cache/facts