summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r--examples/ansible.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 22e558269f..6a9976f0b4 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -252,6 +252,12 @@
# set to 0 for unlimited (RAM may suffer!).
#max_diff_size = 1048576
+# When enabled, this option allows lookups (via variables like {{lookup('foo')}} or when used as
+# a loop with `with_foo`) to return data that is not marked "unsafe". This means the data may contain
+# jinja2 templating language which will be run through the templating engine.
+# ENABLING THIS COULD BE A SECURITY RISK
+#allow_unsafe_lookups = False
+
[privilege_escalation]
#become=True
#become_method=sudo