summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Run Powershell modules on windows container via docker connection (#67832)Ruheena Ansari2020-02-281-0/+4
| | | | | | | | | | * Run modules on windows container This provides an ability to run Powershell modules on windows container via docker connection. Otherwise, Ansible tries to run python modules on windows containers and fails. * Removing whitespace in the blank lines * Adding a changelog fragment
* fix docker_login doc example (#67852)Guillaume Bour2020-02-281-1/+1
|
* Fixed incorrect request body when creating VM snapshot with disks (#67815)nemethloci2020-02-281-1/+1
| | | | | | * Fixed incorrect request body when creating VM snapshot with disks * fixed changlog file extension
* Resource module for IOS ACL (#66629)Sumit Jaiswal2020-02-2810-5/+3265
| | | | * fix ios_acl
* Add 'OperationAborted' to the list of S3 error codes where we'll retry (#67811)Mark Chappell2020-02-281-12/+12
|
* Update vmware_guest_info.py (#67853)misacek0072020-02-281-1/+1
| | | forgotten doc replacement of vmware_guest_facts to vmware_guest_info
* line indentation issue in postgresql_set (#67859)Sayed Anisul Hoque2020-02-281-1/+1
| | | Fixed indentation issue with the `register` for the example task in postgresql_set module.
* hostname Add cloudlinuxserver value to hostname.py (#66911)Dainius Sakalinskas2020-02-281-0/+6
|
* git - use remote_tmp directory (#66762)narimantos2020-02-281-5/+4
| | | | | | | | | | | | | | | | * fix:git module ignores remote_tmp * WIP: added the changelog fragment and edit comment * Revert "WIP: added the changelog fragment and edit comment" This reverts commit 2f739df619baf65286ee6c79e19bb76286970510. * WIP: added changelog fragments * WIP: added changelog fragment * WIP: fixed spelling in changelog fragment
* Resource module for IOS static routes (#64632)Sumit Jaiswal2020-02-2810-1/+1602
| | | | * ios_static_routes
* Resource module for IOS ACL_Interfaces (#66746)Sumit Jaiswal2020-02-289-1/+1229
| | | | * acl_interfaces
* Add x509_crl_info module (#67539)Felix Fontein2020-02-281-0/+281
| | | | | | | | | | * Add x509_crl_info module. * Apply suggestions from code review Co-Authored-By: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* mongodb_user: fix doc formatting (#67763)Abhijeet Kasurde2020-02-281-35/+58
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* mongodb: Fix documentation (#67806)Abhijeet Kasurde2020-02-282-27/+35
| | | | | | * Added correct datatypes of parameter * Fixed doc formatting Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fix flake8 errors for checkpoint modules (#67827)Paul Belanger2020-02-279-17/+0
| | | | | We caught these in our checkpoint.checkpoint collection testing. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* sqs_queue - Move to boto3 and add support for various extra features (#66795)Mark Chappell2020-02-271-148/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reworked sqs_queue * Switch default purge_tags behaviour to false. This matches the behaviour of ec2_tag and ecs_tag. * Minor lint / review fixups * Add missing AWS IAM policy for SQS tests * Move integration tests to using module_defaults: group/aws:... * add changelog * Break out the 'compatability' map from our spec definition (gets flagged by the schema validation) * Tweaks based on review * add basic examples * Lint fixups * Switch out NonExistentQueue logic so it's easier to follow * Reorder name argument options for consistency Co-authored-by: Dennis Podkovyrin <dennis.podkovyrin@gmail.com>
* Update blockinfile.py to change dest: to path: (#67824)adambriand2020-02-271-1/+1
|
* add module cloudformation_exports (#67349)mmoyle2020-02-272-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add module cloudformation_exports * add RETURN, add aliases group, clean up yaml * update return value. uncomment security_token. remove cloudformation shortcut * fix typo * try to delete test stack * rename stack * add cleanup and assert. try to set stack name with variable * create s3 bucket instead * set bucket name * add tests, remove unsed key and import, add iam role, add to module_defaults * import exceptions, fix assert syntax * fix assert * Update test/integration/targets/cloudformation_exports/tasks/main.yml Co-Authored-By: Jill R <4121322+jillr@users.noreply.github.com> * fix export name * renamed module Co-authored-by: Jill R <4121322+jillr@users.noreply.github.com>
* Allow passing through of (almost) all params available … (#58118)Stefan Horning2020-02-271-48/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow passing through of (almost) all params available on boto methods in aws_api_gateway * Linting and docs fixes * Refactored method signature of create_deployment() to use keyword args instead of named args * Updated version_added flags to 2.10 * Cleanup and improve aws_api__gateway integration test play. Also included new params into test. * Fixed RETURN docs and some ttests * Completed RETURN docs and made integration tests match * Fixed variable names in test and YAML syntax in docs * Comment out critical sections of integration test * Fixed update test after figuring out what the error message means. Also updated error message to be more descriptive. * Fixed test assertion * Update docs and make tests reflect that endpoint type wont be changed on updates * Syntax fix * Add changelog fragment * Improve aws_api_gateway docs, fix typos. * Quote doc lines with colon
* mysql_db: add possibility to make dump with --no-create-db option (#67767)Andrew Klychkov2020-02-271-1/+5
| | | | | | | | * mysql_db: add possibility to make dump with --no-create-db option * add changelog fragment * fix
* influxdb: Fix documentation (#67807)Abhijeet Kasurde2020-02-276-31/+47
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Add iosxr_static_routes RM (#65181)Nilashish Chakraborty2020-02-279-2/+1827
| | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Add win_psrepository_info module (#67594)Brian Scholer2020-02-272-0/+180
| | | | | | | | * Add win_psrepository_info module * Change return type * Add tests for win_psrepository_info
* mongodb_shard: fix doc formatting (#67750)Andrew Klychkov2020-02-271-29/+39
|
* s3_bucket - cleanup and test stabilisation. (#66778)Mark Chappell2020-02-261-42/+69
| | | | | | | | | | | | | | | | | | | | | | | | * AnsibleAWSModule related cleanup - s3_bucket * Add extra information to s3_bucket timeout failures, it's possible the comparisons are doing something weird... * Move Bucket Encryption boto support logic into the pre-flight checks * Use the built in required_by logic * Rework s3_bucket integration tests * Add a retry around put_bucket_encryption s3_client.put_bucket_encryption is occasionally dropped on the floor by Amazon add some logic to retry s3_client.put_bucket_encryption call * Catch OperationAborted and retry, it is caused by a conflicting change still being in progress. (For example an Encryption setting applying) * Make sure we don't explode if the botocore version's too old * Review tweaks
* read enabled_key_rotation status also in aws_kms_info (#67770)Markus Bergholz2020-02-261-0/+12
| | | | | | | | | | * read enabled_key_rotation status * add changelog * use AWSRetry decorator to prevent api rate limits * fix pip8
* Reflect changed JSON structure than zabbix version 4.4 or more to zabbix_usersky-joker2020-02-261-12/+18
| | | | | | | | | | | add fragments file Fix several pointed out https://github.com/ansible/ansible/pull/67475#discussion_r380528775 https://github.com/ansible/ansible/pull/67475#discussion_r380532685 Enable integration test
* Remove unused import from frr cli plugin (#67790)Paul Belanger2020-02-261-1/+0
| | | Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* postgresql_info: move subscription info to corresponding database dict (#67772)Andrew Klychkov2020-02-261-24/+27
|
* Add Switchport mode support in newly introduced *_l2_interfaces resource ↵Sumit Jaiswal2020-02-2613-8/+76
| | | | | | module (#67456) * fixes 65032
* misc typo fixes (#67775)Abhijeet Kasurde2020-02-266-10/+10
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fix to be support for zabbix 4.4 or more and python3 (#67693)sky-joker2020-02-261-9/+26
| | | add fragments file
* Fix to remove unnecessary duplicate line (#67761)sky-joker2020-02-261-1/+0
|
* Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751)Matt Martz2020-02-251-2/+2
|
* adhoc: Load callbacks before sending v2_playbook_on_start (#67673)flowerysong2020-02-251-0/+1
|
* Update 'server' doc in nsupdate module to avoid DNS names (#67597)Kevin P. Fleming2020-02-251-1/+1
|
* win_dns_record: Improve examples documentation (#67744)John Nelson2020-02-251-5/+40
|
* mysql_info: remove irrelevant comment (#67753)Andrew Klychkov2020-02-251-2/+0
|
* aws_acm Add additional AWSRetry error codes (#67671)Mark Chappell2020-02-253-17/+14
| | | | | | | | | | | | | | | | * Cleanup tests * Auto-Retry on ResourceNotFound and RequestInProgress exceptions * Use AnsibleModule options for required_if logic * changelog * Remove (now) duplicate RequestInProgressException catching * Allow a single retry when attempting to fetch the information about a cert directly after deleting it. There is a small chance that it goes away while we pull the details.
* add key rotation option to aws_kms (#67651)Markus Bergholz2020-02-251-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add key rotation option * add changelog fragment * provide version added as string * change changelog to minor_changes * Update changelogs/fragments/67651-aws-kms-key-rotation.yml Co-Authored-By: Mark Chappell <mchappel@redhat.com> * Update lib/ansible/modules/cloud/amazon/aws_kms.py Co-Authored-By: Mark Chappell <mchappel@redhat.com> * prevent key upgrade if key rotation was enabled manually. In that case, the key rotation would be disabled, if not mentioned in the playbook * Update lib/ansible/modules/cloud/amazon/aws_kms.py Co-Authored-By: Mark Chappell <mchappel@redhat.com> * Update lib/ansible/modules/cloud/amazon/aws_kms.py Co-Authored-By: Mark Chappell <mchappel@redhat.com> * Update lib/ansible/modules/cloud/amazon/aws_kms.py Co-Authored-By: Mark Chappell <mchappel@redhat.com> Co-authored-by: Mark Chappell <mchappel@redhat.com>
* postgresql_info: add getting publication statistics (#67614)Andrew Klychkov2020-02-251-1/+39
| | | | | | | | | | * postgresql_info: add getting publication statistics * add changelog * fix * fix server_version check
* mysql_db: add dump_extra_args parameter (#67747)Andrew Klychkov2020-02-251-2/+23
| | | | | | * mysql_db: add dump_extra_args parameter * add changelog fragment
* Remove unused variables in collection API (#67724)Abhijeet Kasurde2020-02-251-3/+0
| | | | | Remove unused variables in _download_file API Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fix inline vaults for plugins in ensure_type (#67492)Sloane Hertel2020-02-251-2/+2
| | | | * Fix implicit string - only looked right because of the vault __repr__ * Add tests for strings and implicit strings
* strip spaces for each value in host list lists (#67701)Brian Coca2020-02-251-1/+1
|
* eos static_routes module added (#65480)GomathiselviS2020-02-259-1/+2158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding files for RM static_routes * Added Integration tests * Added Unit testcases * Addressed review comments * corrected lint errors * corrected documentation errors * Lint errors * corrected test/sanity * corrected documentation for deprecation * corrected case sensitivity * Again Documentation eroor * Lint errors again * corrected deprecated module in ignoretxt * added new gethered,rendered,parsed state checks to unit test * New code broke the old flow-fixed * Lint errs * Added check for running_config * Add rtt testcase * Fixed unit tcs * lint errors * lint errors * Modified replaced operation behavior * updated documentation and tests for delete opration * fixed shippable errors * review comments and flake8 error fix * syntax errors fixed
* Remove unnecessary indent (#67728)Abhijeet Kasurde2020-02-251-1/+1
| | | | | | total_size fact is populated if schema is not specified in postgresql_user_obj_stat_info module. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Remove unused imports for iosxr_acls (#67711)Paul Belanger2020-02-242-3/+0
| | | Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Remove unused imports from vyos_firewall_global (#67710)Paul Belanger2020-02-241-2/+2
| | | Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* s3_bucket: accept NetApp StorageGRID create_bucket response. (#67462)Noboru Iwamatsu2020-02-241-4/+4
|