summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2017-03-15 20:12:16 -0400
committerscottb <dharmabumstead@users.noreply.github.com>2017-03-15 17:12:16 -0700
commitdd8d699981249038b6d9d8dda05ea57239a7d2d4 (patch)
tree063e15819800875787f672361a50eebdd50ce45c /examples/ansible.cfg
parent12f6beaebdbe00bce570fe8029258707f36eaecb (diff)
downloadansible-dd8d699981249038b6d9d8dda05ea57239a7d2d4.tar.gz
namespace facts (#18445)
* namespace facts always namespace facts, make the polluting of 'main' conditional on config * updated to 2.4 * Update intro_configuration.rst
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r--examples/ansible.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 109f508002..459fc9719c 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -288,6 +288,10 @@
# only update this setting if you know how this works, otherwise it can break module execution
#network_group_modules=['eos', 'nxos', 'ios', 'iosxr', 'junos', 'vyos']
+# This keeps facts from polluting the main namespace as variables.
+# Setting to True keeps them under the ansible_facts namespace, the default is False
+#restrict_facts_namespace: True
+
[privilege_escalation]
#become=True
#become_method=sudo