summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* Adding network_cli support in mlnxos (and removing provider) (#33511)Samer Deeb2017-12-063-91/+3
* Fix persistent reset_connection issue (#33590)Ganesh Nalawade2017-12-061-2/+6
* Adds a tmsh command fallback (#33592)Tim Rupp2017-12-051-2/+7
* Fix authorize in net agnostic modules (#33549)Nathaniel Case2017-12-051-0/+1
* Fix reconstructing socket path in network_cli (#33572)Ganesh Nalawade2017-12-051-1/+1
* winrm: remove exception appender (#33443)Jordan Borean2017-12-051-2/+4
* Fix module_utils path for network (#33531)Nathaniel Case2017-12-041-9/+9
* fix nxos action plugin indentation for nxapi (#33526)Nathaniel Case2017-12-041-20/+20
* Refactor common network shared and platform utils code into package (#33452)Ganesh Nalawade2017-12-0332-51/+51
* Warn on `provider` with network_cli (#33355)Nathaniel Case2017-12-017-87/+122
* Add mlnxos_config module (#33356)Samer Deeb2017-12-012-1/+113
* Fix junos cliconf commit api (#33458)Ganesh Nalawade2017-12-011-1/+6
* Fix network_cli connection issue (#33420)Ganesh Nalawade2017-12-011-0/+1
* added version addedBrian Coca2017-11-301-0/+5
* Updated mail callback with config options (#33409)Andrea Tartaglia2017-11-301-18/+55
* Additionally template args in role_include that affect role loading (#33386)James Cammarata2017-11-301-1/+1
* Fix eos integration test failure (#33407)Ganesh Nalawade2017-11-302-5/+4
* Vyos CliConf refactor (#33348)Ricardo Carrillo Cruz2017-11-291-3/+3
* Auth to become (#33319)Nathaniel Case2017-11-2810-21/+33
* Reset persistent connection only if it is active (#33238)Ganesh Nalawade2017-11-291-3/+7
* get_option instead of internal dict (#33191)Brian Coca2017-11-2812-60/+50
* Change cliconf get() method signature with explicit args (#33341)Kedar K2017-11-2813-38/+30
* add deprecation for stat get_md5 (#33002)Jordan Borean2017-11-271-1/+0
* Deprecate tests used as filters (#32361)Matt Martz2017-11-273-3/+14
* Add Support for Mellanox switches: first module: mlnxos_command (#33121)Samer Deeb2017-11-273-0/+237
* - Fix authentication failure with paramiko when using password mode (#33303)Kedar K2017-11-271-1/+5
* Type manipulation (#28446)Ken Celenza2017-11-241-0/+63
* Refactor junos modules to Use netconf and cliconf plugins (#32621)Ganesh Nalawade2017-11-246-50/+136
* Adding aliases for field attributes and renaming async attribute (#33141)James Cammarata2017-11-225-8/+8
* fixed up get_options in AnsiblePlugin to use the correct plugin nameJordan Borean2017-11-221-1/+1
* ANSIBLE_SSH_USETTY configuration option (#33148)jctanner2017-11-221-1/+14
* shuts down persistent connections at end of play run (#32825)Peter Sprygada2017-11-225-4/+41
* fixed syntax error (#33185)Benjamin Schweizer2017-11-221-1/+1
* make vars only group declarations an errorBrian Coca2017-11-211-25/+17
* Fix invalid string escape sequences.Matt Clay2017-11-213-3/+3
* Add new filter to parse xml output for network use cases (#31562)Ganesh Nalawade2017-11-211-2/+106
* To set the right CLI context i.e. Privilege (Enable) Mode soon after connecti...Anil Kumar Muraleedharan2017-11-211-0/+17
* Fix issues with ironware modules (#33068)paulquack2017-11-211-2/+4
* Scan group_vars/host_vars in sorted orderAndré Althaus2017-11-201-1/+1
* win_reboot: change to sample system uptime instead of checking port status (#...Jordan Borean2017-11-202-38/+87
* add lookups to config system (#33026)Brian Coca2017-11-203-32/+30
* fix localized set options in callbacksBrian Coca2017-11-204-9/+8
* Add itertools.product as a filter (#32991)Aaron Haaf2017-11-171-0/+1
* Fix hang on unkown host key for network_cli (#32937)Nathaniel Case2017-11-172-4/+3
* Fixes eos sending 'None' to device (#33015)Nathaniel Case2017-11-171-1/+1
* Config continued (#31024)Brian Coca2017-11-1620-269/+472
* Make everything in default callback use display (#32811)Toshio Kuratomi2017-11-161-3/+4
* Back to 'prompt' for authorize prompt (#32932)Nathaniel Case2017-11-152-2/+2
* Fix typo in network_cli to fetch command prompt (#32899)Ganesh Nalawade2017-11-151-3/+3
* Enos connection issue (#32895)Anil Kumar Muraleedharan2017-11-141-39/+25