Commit Graph

35789 Commits (1d0fd49a33bcad1bb8242216fc8bd663e2990d39)
 

Author SHA1 Message Date
Matt Clay 1d0fd49a33 Rebalance cloud tests into 5 groups. 6 years ago
Matt Clay 25ca0863c1 Disable unstable azure_rm_containerinstance test. 6 years ago
David Newswanger 15fa18a619 removed to_subnet from list of imports on ios_l3_interface.py as it was not being used (#35969) 6 years ago
ABond 2940b9d5bb Removed sort from json dump since response is a mix of strings and integers (#34217) 6 years ago
Simon Wydooghe c119f6e642 Add 'digital_ocean' as group (#21631) 6 years ago
Matt Clay 1d419c737d Run each Windows version independently in CI. 6 years ago
Matt Davis 26f551d1c3
initial cutover to API profiles (#35538)
* hardcoded API profiles in azure_rm_common
* changed azure_rm_securitygroup module to use api_profiles, dynamic models, kwargs on all SDK methods
* changed azure_rm_containerinstance module to use api_profiles, dynamic models, kwargs on all SDK methods
* fixed polling performance issue in azure_rm_securitygroup (default poll interval was 30s)
6 years ago
Sloane Hertel fd33dc6cd1 [cloud] Make ec2_vpc_route_table wait for the route to propagate (#35975)
* Stabilize ec2_vpc_route_table

Wait for route table to be present before attempting to use it

Sleep before getting the final state of the route table in case modifications are incomplete

* Conditionally wait if changes were made

* Simplify logic
6 years ago
Dag Wieers 01ba3a4efc
ACI: Fixes to recent change to parameter choices (#35968)
This PR includes:
- Fixes related to the recent merge of #31637 and #34537
- A generic fix for a reference for assignment issue
- Fixes to aci.boolean() in order to catch exception
6 years ago
Dag Wieers d76db835ff
aci_interface_policy_leaf_policy_group: Fix tests (#35973) 6 years ago
Ryan Brown f4d896c716 Tower callback fixes (#35927)
* Fix tower_callback script return code

* Add ec2_key parameter to integration tests
6 years ago
John R Barker c3523cdd60
Test against a single transport (#35903)
Network integration tests can use tags to run only a specific transport
6 years ago
Dag Wieers 3693e560dc
Provide more debug output on failures (#35961)
This PR includes:
- payload output on failure, when requested
- add additional kwargs to aci.exit_json()

We may want to enable some of this debug output by default on failure ?
6 years ago
Dag Wieers 80e1e0b017
ACI: Assorted set of fixes to docs (#35780)
* Assorted set of fixes

* Cosmetic changes to lists

* Add more information related to connection throttling

* Changes to TOC

* Document return values

* More improvements

* Fix casing in title
6 years ago
Dag Wieers 764e78d302
Fix issue with module (#35960) 6 years ago
Bobby Watson 79b0739ba2 Accept interfaces without address family or method (#34200) 6 years ago
Tyler 15b0371eb2 Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486)
* Add additional language and examples for 'parents' parameter to clarify its usage.
6 years ago
Matt Clay 6cbd7cc5d8 Fix version in lib/ansible/release.py
Including `devel` in the version causes pip failures.
6 years ago
René Moser 2fece2f148 changelog: add more new modules in 2.5 (#35937) 6 years ago
saichint c7305393a3 fix nxos_evpn_vni issues (#35930) 6 years ago
Giorgio Crivellari 54e0327e5d added 'local' option to group (#34805)
* added 'local' option to group

fixes #34804'

* fix to version 2.5

fixes #34804'

* fix missing local var
6 years ago
Nick Wilde aa09ed1a88 Fix typo in examples in Lookup/password plugin. (#35022) 6 years ago
Matt Davis efacf0dd03
Update CHANGELOG.md 6 years ago
Matt Davis 5b96e08d55
stub 2.6 in devel CHANGELOG, update 2.5 info 6 years ago
Tomasz Kontusz 89ad40b129 Fix for #31477: return 'dest' from copy when file wasn't changed 6 years ago
Tomasz Kontusz d73c3abb15 Copy tests: check the result of non-changing copy 6 years ago
Matt Martz 7d1eb88ecf Address memory ballooning caused by task caching changes (#35921)
* Exclude parent when copying included task to avoid memory issues. Fixes #35796

* Simplify implicit block squashing to pre-group, instead of post re-parenting
6 years ago
Matt Davis b6dc27249a bump devel to 2.6 6 years ago
Matt Clay 14f6b4d766 Remove extra NuGet files from the default image. 6 years ago
Brian Coca 79fbe09a4d remove slice filter as it already exists in jinja (#35922) 6 years ago
Alex Tsitsimpis 933bc45cf2 callback: Get handlers with json callback plugin (#35842)
Implement the `v2_playbook_on_handler_task_start()' method in the json
callback plugin to correctly include handlers in the results.

This fixes a bug where the last task in the results returned by
json callback would be wrong if an unconditional handler was triggered,
since the result of that handler would overwrite the result of the last
task.

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>
6 years ago
Sam Doran b7f4b89757 Code style words in docs 6 years ago
Yanis Guenane b37549f679 openssl_csr: Improved documentation on subject_alt_name possible values 6 years ago
tterranigma 3371a93b9e Adds doc for new slice filter (#35904)
* Adds doc for new slice filter

* Fixes example

* Adds empty line

* Moves documentation to other section and removes bad suggestion
6 years ago
Brian Coca 0bd9b3019f caller to preprocess must be None aware (#33653)
also removed unused copy of method

fixes #33650
6 years ago
Paweł Krupa 88f1f40aca expect default value of `version` param as None (#35790) 6 years ago
Toshio Kuratomi 03c73e2bbb Rename var lookup to vars and add tests 6 years ago
Toshio Kuratomi db29190c28 Allow var lookup plugin to operate on a list of terms
Not sure this has a good use case but it's how nearly all other lookups
work so we should support the common interface.
6 years ago
Toshio Kuratomi 59faad3a6b Fix var lookup plugin to return a list 6 years ago
Daniel Jaouen 33cbbe0b39 Homebrew Cask: Multiple updates (#35759) 6 years ago
Toshio Kuratomi abbac1a2ff Revert "Temporarily comment out tests causing CI errors (#35883)"
This reverts commit 157a41c843.

Have a fix for the underlying issue so reenabling the tests
6 years ago
Toshio Kuratomi 5c085b2436 Fix aysnc failure by forgetting the remote tempdir that async_wrapper will delete on the remote end 6 years ago
Toshio Kuratomi d4b31afbc5 Test that transient failure in the middle of running async_status doesn't fail the task 6 years ago
Adam Friedman a3b1c94d11 New dimensiondata_vlan module. (#21218)
* Initial (re)implementation of dimensiondata_vlan module.

This module was rewritten because the original implementation was imperative rather than declarative (which is the preferred style, and consistent with our other modules).

Credit for the original module implementation goes to Aimon Bustardo (@aimonb).

* Remove unused imports.

* Improve error message and documentation around expansion of a VLAN's private IPv4 network.

* Split message string over 2 lines.

* Add check_mode support to dimensiondata_vlan module.

ansible/ansible#21218

* Fix errors / warnings reported by Ansible sanity tests.

ansible/ansible#21218

* Remove 'metadata_version' key from documentation.

ansible/ansible#21218

* Return changed=True when changes would be made.

ansible/ansible#21218
6 years ago
Ryan Brown 0036cff493
[cloud] Add key_name parameter to ec2_instance (#35901) 6 years ago
Dave Buckley cef1a666f3 name is not a required parameter (#35434) 6 years ago
saichint 80fcfdc0d1 fix nxos_vpc issues (#35868) 6 years ago
Sam Doran 6264a55cdc Add aliases for parameters to rhsm_repository module (#35800)
Allow 'enabled' and 'disabled' as synonymns to 'present' and 'absent'.

Minor updates to module docs.
6 years ago
Eike Frost ecdb04119b keycloak_client: expand documentation, add some checking (#35545)
* add protocol mapper dict argument spec, documentation for protocol mappers, and documentation for attributes

* reformat docs to stay in line length limit

* better formatting/highlighting for docs

* ooops
6 years ago
Felix Fontein d1f19125a5 openssl_csr: added support for the OCSP Must Staple extension (#35082)
* Added support for the OCSP Must Staple extension.

* Trying to clean up magic constants a bit.
6 years ago