You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
cli Revert "Make ansible doesn't parse template-like password in user's input (#42275)" 6 years ago
compat Enable wildcard import pylint (#35786) 6 years ago
config Add config to fail on invalid task attributes. Fixes #42479 6 years ago
errors give hint to users when a file is not found 6 years ago
executor changed winrm _reset to reset and make ssh reset show warning (#42651) 6 years ago
galaxy Fix galaxy client executing queries with invalid http method (#42201) 6 years ago
inventory Error on empty group/host name (#42584) 6 years ago
module_utils [aws] Add missing methods to AnsibleAWSModule (#42679) 6 years ago
modules Devel ios vrf submode (#41659) 6 years ago
parsing change OS X to macOS (#41294) 6 years ago
playbook Add config to fail on invalid task attributes. Fixes #42479 6 years ago
plugins adds a new feature to the telnet action plugin 6 years ago
template When using ANSIBLE_JINJA2_NATIVE bypass our None filtering in _finalze (#41408) 6 years ago
utils Fix E324 for vultr modules. (#42464) 6 years ago
vars avoid loading vars on unspecified basedir (cwd) (#42067) 6 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
constants.py Update eos, ios, vyos cliconf plugin (#42300) 6 years ago
release.py update 2.7 codename 6 years ago