summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/ios.py
Commit message (Expand)AuthorAgeFilesLines
* Update removed_in_version to 2.9 for network module top level cred args (#30416)Ganesh Nalawade2017-09-151-7/+7
* Fix unwanted deprecation message in network module args (#28984)Ganesh Nalawade2017-09-121-11/+16
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+3
* Move networking provider options to subspec (#28894)Nathaniel Case2017-09-011-8/+5
* Fix #26918: IOS TypeError (#26999)David Newswanger2017-07-191-3/+3
* Workaround to deprecation warning when password is used as arg for *_user (#...Trishna Guha2017-06-281-2/+6
* Platform agnostic net_system module (#24953)Ricardo Carrillo Cruz2017-06-021-0/+4
* Add ios changes for Python3 (#24601)Ganesh Nalawade2017-05-171-8/+14
* Redo #23418 (#23425)Nathaniel Case2017-04-071-1/+6
* Fixes #23388 Network provider masks too much (#23418)Chris Alfonso2017-04-071-1/+1
* Fix ios_config return on python 2.4 (#23094)Ricardo Carrillo Cruz2017-03-301-1/+4
* Introspect flag to use on 'show run' when using defaults in ios_config (#22903)Ricardo Carrillo Cruz2017-03-281-0/+10
* Add no_log to all network module_utils provider argument (#22566)Ricardo Carrillo Cruz2017-03-131-1/+1
* Fixing issue #22193 - authorize argument is not deprecated for 2.3 for ios an...Chris Alfonso2017-03-071-1/+1
* fixes ios_command to_command method (#21792)Peter Sprygada2017-02-221-1/+1
* removes the default kwarg in ios_argument_spec for timeout (#21552)Peter Sprygada2017-02-171-1/+1
* check cli context to be sure out of config mode in ios (#21493)Peter Sprygada2017-02-161-7/+8
* fixes ios_facts that was returning no values (#21357)Peter Sprygada2017-02-131-2/+12
* updates ios modules to support persistent socket (#21258)Peter Sprygada2017-02-131-7/+27
* fixes ios and eos command modules (#20989)Peter Sprygada2017-02-021-0/+1
* removes assert and uses to_list common function (#20866)Peter Sprygada2017-02-011-3/+2
* refactors ios shared module (#19850)Peter Sprygada2017-01-041-203/+65
* Network module cleanup (#17334)Nathaniel Case2016-09-061-73/+64
* fixes authorize method in ios shared modulePeter Sprygada2016-08-311-7/+8
* minor update to the ios shared modulePeter Sprygada2016-08-211-2/+2
* fix import statement in ios shared modulePeter Sprygada2016-08-201-4/+4
* removes functions from ios modulePeter Sprygada2016-08-201-73/+23
* Update IOS with new NetworkModuleNathaniel Case2016-08-081-20/+5
* add new features to ios shared modulePeter Sprygada2016-07-111-67/+109
* adds restconf transport option to ios shared modulePeter Sprygada2016-07-091-2/+163
|\
| * Implement IOS restconfPeter Sprygada2016-07-071-2/+159
|/
* Net mod ios (#16426)Nathaniel Case2016-07-071-152/+50
* fixes issues with authenticating using ssh-agent for ios devicesPeter Sprygada2016-06-061-2/+7
* Clarify exception handling in net modules (#15507)Nathaniel Case2016-04-251-25/+22
* Allow timeout to be configurable (#14973)Patrick Ogenstad2016-04-141-3/+4
* Update IOS, IOSXR, JUNOS, & OpenSwitch for environment vars.Nathaniel Case2016-04-121-8/+9
* Fix network modules for ziploader changesNathaniel Case2016-04-061-4/+4
* ZiploaderToshio Kuratomi2016-04-051-0/+6
* enhancement to ios shared module connectionPeter Sprygada2016-04-041-3/+10
* adds additional details in exception handling to ios shared modulePeter Sprygada2016-04-041-0/+2
* feature to localize prompt search logic for ios shared modulePeter Sprygada2016-03-291-4/+20
* feature in ios to tell shell not to kickstartPeter Sprygada2016-03-131-1/+1
* minor bugfix that will catch connection errors in iosPeter Sprygada2016-02-171-1/+2
* Move Conditional class to netcfg. Added error handling for connect and execut...chouseknecht2016-02-111-2/+13
* adds provider argument to ios shared modulePeter Sprygada2016-01-191-12/+13
* bugfix in ios shared module for including defaultsPeter Sprygada2016-01-111-1/+1
* updates the ios shared module with new shellPeter Sprygada2016-01-081-130/+83
* bugfix for ios.py shared module argument creationPeter Sprygada2015-12-031-18/+3
* initial add of the ios shared modulePeter Sprygada2015-12-011-0/+195