ansible/lib/ansible
Clement Trebuchet 7c97bb5077 Devel ios vrf submode (#41659)
* add submode features ipv4/ipv6

* add tests for submode

* the parameters both_ * were not idempotent, in what is read in the configuration we have a list with 2 entries (import, export) while the input parameter has only one parameter which will be applied twice

* add docstring to the ios_vrf module + provide a fix for: https://github.com/ansible/ansible/issues/41581

* complete tests

* add missing description

* fix KeyError for address-family ipv*

* fix both_* tests

* fix E231, W292, W293

* fix W293

* remove set has it doesn't preserve order of routes

* fix E106

* remove ImportError: cannot import name OrderedDict

* We should be able to mix the parameters for the routes targets , while remaining imdepotent. During the first implementation we did not take this into account, which did not correspond to the reality of the needs in production (to be able to use each parameter indifemently together)

* remove epdb reference

* FIX E111, E106

* FIX E302

* using loop produce a result who  was not imdepotent

* FIX E241

* fix: used pass intead of list
2018-07-12 20:27:10 +05:30
..
cli Revert "Make ansible doesn't parse template-like password in user's input (#42275)" 2018-07-11 09:30:42 -07:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config Add config to fail on invalid task attributes. Fixes #42479 2018-07-10 09:49:16 -04:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor changed winrm _reset to reset and make ssh reset show warning (#42651) 2018-07-11 20:22:01 -07:00
galaxy Fix galaxy client executing queries with invalid http method (#42201) 2018-07-02 12:37:40 -04:00
inventory Error on empty group/host name (#42584) 2018-07-12 09:59:00 -04:00
module_utils [aws] Add missing methods to AnsibleAWSModule (#42679) 2018-07-12 09:47:28 -04:00
modules Devel ios vrf submode (#41659) 2018-07-12 20:27:10 +05:30
parsing change OS X to macOS (#41294) 2018-06-26 14:09:23 -04:00
playbook Add config to fail on invalid task attributes. Fixes #42479 2018-07-10 09:49:16 -04:00
plugins adds a new feature to the telnet action plugin 2018-07-12 10:11:55 -04:00
template When using ANSIBLE_JINJA2_NATIVE bypass our None filtering in _finalze (#41408) 2018-06-12 08:46:23 -05:00
utils Fix E324 for vultr modules. (#42464) 2018-07-10 07:51:05 +02:00
vars avoid loading vars on unspecified basedir (cwd) (#42067) 2018-06-29 16:45:38 -07:00
__init__.py
constants.py Update eos, ios, vyos cliconf plugin (#42300) 2018-07-04 19:45:21 +05:30
release.py update 2.7 codename 2018-05-31 15:46:07 -07:00