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/modules
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
..
cloud Added Scaleway volume module (#41667) 6 years ago
clustering k8s_facts trivially supports check_mode (#42335) 6 years ago
commands adds a new feature to the telnet action plugin 6 years ago
crypto new provider: ownca (#35840) 6 years ago
database elasticsearch_plugin - Show STDERR on module failures. (#41954) 6 years ago
files Very slightly clean up the inline documentation 6 years ago
identity FreeIPA: ipa_vault module to manage idm secure vault resource (#41902) 6 years ago
inventory Fix typo in group_by module (#41627) 6 years ago
messaging rabbitmq_user: Add update_password parameter (#36280) 6 years ago
monitoring Update zabbix_screen.py limit screen columns (#41487) 6 years ago
net_tools Add the NIOS RECORD PTR Module (#41900) 6 years ago
network Devel ios vrf submode (#41659) 6 years ago
notification Add support for espeak-ng. Closes #42438 6 years ago
packaging Port modules away from __file__ 6 years ago
remote_management cobbler_sync: New module to sync Cobbler changes (#39910) 6 years ago
source_control Make use of a better python module for gitlab_group (#40764) 6 years ago
storage Fix API call to get ActiveCluster information and add (#41744) 6 years ago
system Setup module: use C() formatting function in parameter descriptions, add a task based example (#42411) 6 years ago
utilities Update pause.py (#42297) 6 years ago
web_infrastructure Version must be quoted (otherwise it is printed as 2.1) (#42496) 6 years ago
windows return wu result from inner job (#42647) 6 years ago
__init__.py Re-adding the init py for modules 8 years ago