moved network module magic from hardcoded to conf

This commit is contained in:
Brian Coca
2017-03-09 21:49:02 -05:00
parent 2d9bf88897
commit 7ad6ce7ea1
3 changed files with 7 additions and 2 deletions

View File

@@ -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