community.general/lib/ansible
Nathaniel Case 5dccff29bf Network Module: EOS (#16158)
* add new module network

* move EOS to NetworkModule

* shell.py Python 3.x compatibility

* implements the Command class through the connection for eos

This implements a new Command class that specifies the cli command
and output format.  This removes the need to batch commands through
the connection

* initial add of netcmd module
2016-06-20 12:11:48 -04:00
..
cli Merge pull request #12807 from Lujeni/devel 2016-06-18 07:50:59 -05:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor FEATURE: handler listeners 2016-06-20 09:30:20 -05:00
galaxy much more fine grained error messages 2016-06-06 11:48:16 -04:00
inventory There can be only one localhost 2016-06-08 13:03:52 -05:00
module_utils Network Module: EOS (#16158) 2016-06-20 12:11:48 -04:00
modules Update core submodule for wait_for fix 2016-06-17 07:09:00 -07:00
parsing If decryption of a vaulted file failed, include the filename in the error. (#16329) 2016-06-18 09:30:08 -04:00
playbook FEATURE: handler listeners 2016-06-20 09:30:20 -05:00
plugins Fixing typo in base strategy code from handler listen feature merge 2016-06-20 09:47:43 -05:00
template allow spaces before the filter string (#16312) 2016-06-15 14:17:17 -04:00
utils Fix string coercion problem in error handling code 10:50 (#16270) 2016-06-17 12:02:01 -07:00
vars Fix hostvars lookup of locahost based on 5f1bbb4 2016-06-08 14:14:02 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Allowing changed colour to be set properly from ansible.cfg (#16338) 2016-06-17 12:26:20 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt