summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-03-09 21:49:02 -0500
committerBrian Coca <brian.coca+git@gmail.com>2017-03-09 21:49:02 -0500
commit7ad6ce7ea1385ed4398d6bd02709153793209308 (patch)
tree0a20ce5994a431222b257b9a22726ec98496bbd5 /examples
parent2d9bf888970708765703150313fd2e4b3f8905a0 (diff)
downloadansible-7ad6ce7ea1385ed4398d6bd02709153793209308.tar.gz
moved network module magic from hardcoded to conf
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 40126ee91a..109f508002 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -284,6 +284,10 @@
# possibly multiple sources (both static and dynamic)
#inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo
+# This family of modules use an alternative execution path optimized for network appliances
+# 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']
+
[privilege_escalation]
#become=True
#become_method=sudo