summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite nxos_file_copy as an action plugin (#60643)stable-2.9-branchpointMike Wiebe2019-08-299-355/+793
| | | | | | | | | | * 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 ansible-test handling of submodules.Matt Clay2019-08-292-0/+22
| | | | Resolves https://github.com/ansible/ansible/issues/61550
* 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-294-7/+7
| | | | * Change `enable` option to `enabled` option to be in sync with other platforms
* Revert "New Module: NetApp Account (#59939)"Toshio Kuratomi2019-08-298-239/+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-292-1/+105
| | | | | | | | | | | | | | | * 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-298-0/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* BOTMETA: fix team_extreme name use (#61557)Martin Krizek2019-08-291-1/+1
|
* VMware: add support for multiple CD-ROMs (#51120)Diane Wang2019-08-292-62/+284
| | | | | | | | | | 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
* Update BOTMETA to be included as maintainer for EXOS modules. (#61485)Ujwal Komarla2019-08-291-5/+9
|
* Fix doc for network_cli connection retry timer (#61509)Ganesh Nalawade2019-08-291-3/+2
|
* CloudStack modules: rename _facts -> _info (#61090)Felix Fontein2019-08-2920-182/+796
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-294-197/+231
|
* 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
|
* Add porting guide entry for gathering facts tag change (#61180)Matt Martz2019-08-291-0/+52
| | | | | | * Add porting guide entry for gathering facts tag change * Use code-block
* 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-292-15/+3
| | | | | | * 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-2926-44/+1415
| | | * iosxr_l3_interfaces module
* Rename remaining facts -> info (#61516)Zim Kalinowski2019-08-2948-231/+357
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Don't bother Ricky (#61377)Sam Doran2019-08-291-3/+2
|
* add porting guide for bare vars in conditionals (#60943)Sloane Hertel2019-08-291-2/+101
|
* 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
* Update collections integration targets path. (#61523)Matt Clay2019-08-299-11/+179
| | | | | | | | | | | | * Update collections integration targets path. * Fix integration path handling. * Add collections test target fallback. Also add warnings and errors for common path mistakes. * Improve role target detection.
* run_ips_update module (#61440)chkp-amiads2019-08-291-0/+76
|
* vultr: add changelog and update porting guide (#61520)René Moser2019-08-292-0/+15
|
* Move the ansible-test output_dir.Matt Clay2019-08-292-2/+2
| | | | | | | | | | | | | | | This directory is currently a fixed location to make troubleshooting easier. It is cleared before each test target runs, but is preserved when a test target finishes. This allows the contents to be inspected when a test fails. The previous location was `~/ansible_testing/`. The new location is within the content root: - `test/results/.tmp/output_dir` for Ansible - `tests/output/.tmp/output_dir` for Ansible Collections Moving the directory reduces the number of places on the filesystem where tests create output. It also enables the results to be returned from delegated systems.
* Collection role relative deps (#61517)Matt Davis2019-08-2914-16/+120
| | | | | | | | | | | | | | | | | | | * 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-2939-169/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-298-44/+259
|
* threat_layer module (#61389)chkp-amiads2019-08-292-0/+253
| | | | | | | | | | * threat_layer module * list to dict * fix example * remove set example
* Fix race condition in test_sunos_get_uptime_factsSam Doran2019-08-291-3/+4
| | | | Mock time.time() to return consistent time value.
* Add additional group for sanity testsSam Doran2019-08-292-1/+3
| | | | Put validate-modules in its own group
* 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-2945-170/+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
* Simplify ansible-test target processing. (#61506)Matt Clay2019-08-297-19/+21
| | | | | | | | | | | | * Clean up layout paths for integration tests. * Remove "special" integration test target type. * Remove unnecessary role detection logic. * Remove support for non-sh runme scripts. * Simplify reading of aliases.
* 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