summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite nxos_file_copy as an action plugin (#60643)stable-2.9-branchpointMike Wiebe2019-08-292-306/+515
| | | | | | | | | | * Initial nxos_file_copy action plugin work * Remove code from nxos_file_copy module * Add file_push and file_pull support * Additional refactoring and shipable updates * Simplify outcomes and update doc header * Add more error data information for easier debugging * Reorder outcomes and add additional tests * Capture more data for permission denied outcome
* Fix crashing bug in purefa_info module and add some new info (#61494)Simon Dodsley2019-08-291-56/+109
|
* Rename junos_lldp_global enable option to enabled (#61551)Ganesh Nalawade2019-08-292-4/+4
| | | | * Change `enable` option to `enabled` option to be in sync with other platforms
* Revert "New Module: NetApp Account (#59939)"Toshio Kuratomi2019-08-292-190/+0
| | | | | | | This reverts commit 6a8dcb8fcbc0e79484067dc8c5b5dda173e73ce2. Reverting this as it breaks CI for azure (more permissions would be needed for our account)
* Properly load module_prefix for collections in task_executor.py (#60420)Paul Belanger2019-08-291-1/+1
| | | | | | | | | | | | | | | * Properly load module_prefix for collections Now that we are using collections for tasks, we need to properly split the name and load the prefix properly. Signed-off-by: Paul Belanger <pabelanger@redhat.com> * Add unit tests for task_executor This commit adds missing unit tests for action handler in test_task_executor. Signed-off-by: Daniel Mellado <dmellado@redhat.com>
* New Module: NetApp Account (#59939)Chris Archibald2019-08-292-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * netapp account module for azure * netapp account module for azure * fixes * fixes * add requirements * add requirements * fix issues * add units * add units * updates * updates * fixes * fixes * fies * fixes
* VMware: add support for multiple CD-ROMs (#51120)Diane Wang2019-08-291-56/+201
| | | | | | | | | | Add support for create or re-configure VM with multiple CD-ROMs attaching to IDE controller now, will implement SATA controller support later. parameters can be set as below: cdrom: - controller_type: ide controller_number: 0 unit_number: 0 type: client
* CloudStack modules: rename _facts -> _info (#61090)Felix Fontein2019-08-295-7/+610
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename cloudstack _facts -> _info * Add changelog. * Fix errors due to overloaded get_result having different parameter names. * Fix examples. * Change debug tasks. * Remove unneeded code. * Change from rename -> deprecate+new module. * Make cs_zone_info return a list. * Make cs_instance_info return a list. * Fix return value docs. * Fix typo. * Improve tests. * Fix cs_zone_info. * Linting. * Fix alias/option switch. * Fix version numbers. * Extend docs.
* cloudscale_volume: refactor to implement tags support (#61531)René Moser2019-08-291-116/+125
|
* add tag functionality to cs_network (#61530)David Passante2019-08-291-0/+12
| | | | | | * add tag functionality to cs_network * fix version_added
* Add 'min' to gather_subset ios_facts documentation (#61536)Yannis Ansermoz2019-08-291-1/+1
|
* fix suboptions of list to replacce _ with - (#61542)chkp-orso2019-08-291-0/+8
| | | | | | * fix suboptions of list to replacce _ with - * Update checkpoint.py
* Defer passlib dependency from plugins/filter/network.py (#59304)Nathaniel Case2019-08-291-11/+2
| | | | | | * Defer passlib dependency from plugins/filter/network.py to what utils/encrypt.py provides. * Revert test changes now that passlib is optional
* group_with_exclusion module (#61480)chkp-orso2019-08-292-0/+279
|
* Resource module for iosxr_l3_interfaces (#60464)Sumit Jaiswal2019-08-2912-32/+975
| | | * iosxr_l3_interfaces module
* Rename remaining facts -> info (#61516)Zim Kalinowski2019-08-2947-208/+334
| | | | | | | | | | | | | | | | | | | | | | | | * rename remaining stuff * links * fixed link * sanity fixes * too many lines * fixed link * fixed link again * delete mistake * fixed ignore * fixed ltl * fixed trailing whitespace
* mds module (#61472)chkp-amiads2019-08-291-0/+123
| | | | | | | | | | * mds module * Update lib/ansible/modules/network/checkpoint/cp_mgmt_mds_facts.py improve description Co-Authored-By: Sumit Jaiswal <sjaiswal@redhat.com>
* session module (#61471)chkp-amiads2019-08-291-0/+124
|
* discard module (#61452)chkp-amiads2019-08-291-0/+76
| | | | | | * discard module * fix test failure
* application_site_group (#61289)chkp-orso2019-08-292-0/+280
| | | | | | | | | | | | * application_site_group * add '-' * update examples * list to dict * set example
* jboss: add seealso (#61532)Andrey Klychkov2019-08-291-0/+4
|
* postgresql modules: add seealso section (#61526)Andrey Klychkov2019-08-297-22/+99
| | | | | | * postgresql modules: add seealso section * postgresql modules: add seealso section
* run_ips_update module (#61440)chkp-amiads2019-08-291-0/+76
|
* Collection role relative deps (#61517)Matt Davis2019-08-295-13/+38
| | | | | | | | | | | | | | | | | | | * default collection support * playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles) * this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection * disable default collection test under Windows * enable collection search for role dependencies * unqualified role deps in collection-hosted roles will first search the containing collection * if the calling role has specified a collections search list in metadata, it will be appended to the search order for unqualified role deps * disable cycle detection unit test * failing on 3.7+, needs proper cycle detection * see #61527
* Rename Azure modules: facts -> info (#61505)smile377732019-08-2924-113/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename * add symlink * rename * rename * rename * rename * rename * rename * rename * rename * rename * rename * rename * rename
* tag module (#61393)chkp-amiads2019-08-292-0/+248
| | | | | | | | | | * tag module * list to dict * removed set example * fix name in example
* dynamic_object module (#61437)chkp-amiads2019-08-292-0/+252
| | | | | | | | * dynamic_object module * fix example * remove set example
* keycloak: improve testability of authentification (#57611)ndclt2019-08-296-42/+87
|
* threat_layer module (#61389)chkp-amiads2019-08-292-0/+253
| | | | | | | | | | * threat_layer module * list to dict * fix example * remove set example
* service_group module (#61448)chkp-amiads2019-08-292-0/+289
| | | | | | | | * service_group module * fix example (add) * fix set example
* Rename dtl and db _facts --> _info (#61496)Zim Kalinowski2019-08-2944-148/+335
| | | | | | | | | | | | | | | | | | | | | | | | * rename modules * created links * fixed sanity * removed unnecessary ignore rules * added depreciation warning * update ignore.txt to match * removed unnecessary ignore rules * update ignore.txt to match * make ignore.txt same as in devel * cr * additional sanity
* Fix in get api for eric_eccli cliconf plugin (#61507)Ganesh Nalawade2019-08-291-2/+2
| | | | | | Fixes https://github.com/ansible/ansible/issues/60674 * Fix get() API signature for eric_eccli cliconf plugin to work with cli_command module.
* exception_group module (#61474)chkp-amiads2019-08-292-0/+303
| | | | | | * exception_group module * Update cp_mgmt_exception_group.py
* security_zone module (#61447)chkp-amiads2019-08-292-0/+257
| | | | | | * security_zone module * fix example
* service_icmp6 module (#61453)chkp-amiads2019-08-292-0/+282
| | | | | | * service_icmp6 module * fix example
* service_rpc module (#61468)chkp-amiads2019-08-292-0/+278
| | | | | | * service_rpc module * fix example
* service_dce_rpc module (#61465)chkp-amiads2019-08-292-0/+278
| | | | | | * service_dce_rpc module * fix example
* wildcard module (#61399)chkp-amiads2019-08-292-0/+283
| | | | | | | | * wildcard module * list to dict * fix example
* dns_domain module (#61436)chkp-amiads2019-08-292-0/+265
| | | | | | * dns_domain module * fix example
* SIG Additional fix (#61502)Zim Kalinowski2019-08-291-1/+15
| | | | | | | | | | * adding snapshot param * fix problem with leftover empty dict * leftovers * fix leftovers
* global_assignment module (#61449)chkp-amiads2019-08-292-0/+263
|
* run_script module (#61444)chkp-amiads2019-08-291-0/+100
|
* install_policy module (#61446)chkp-amiads2019-08-291-0/+126
|
* threat_exception module (#61470)chkp-orso2019-08-293-0/+441
| | | | | | * threat_exception module * fix examples
* threat_profile module (#61391)chkp-amiads2019-08-292-0/+526
| | | | | | | | * threat_profile module * list to dict * fix example
* multicast_address_range module (#61438)chkp-amiads2019-08-292-0/+310
|
* vpn_community_star module (#61398)chkp-amiads2019-08-292-0/+366
| | | | | | * vpn_community_star module * list to dict
* vpn_community_meshed module (#61397)chkp-amiads2019-08-292-0/+355
| | | | | | * vpn_community_meshed module * list to dict
* New module: cvs snapshots for aws (#61023)Chris Archibald2019-08-291-0/+246
| | | | | | * New module: cvs snapshots for aws * fixeS
* service_other module (#61450)chkp-amiads2019-08-292-0/+356
| | | | | | * service_other module * fix test failure