summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add toggle to control invalid character substitution in group names (#52748)Brian Coca2019-03-0614-40/+106
| | | | | | | | | | | | | | * make add_group return proper name * ensure central transform/check * added 'silent' option to avoid spamming current users those already using the plugins were used to the transformations, so no need to alert them * centralized valid var names * dont display dupes * comment on regex * added regex tests ini and script will now warn about deprecation * more complete errormsg
* Bug Fix: na_elementsw_cluster_pair.py check if clusters are allready paired ↵Chris Archibald2019-03-061-11/+24
| | | | | | | | | | | | | | | | | | (#52379) * Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * Revert "Revert "changes to clusteR"" This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a. * bug fix * bug fixes * bug fix
* Add option for tower inventory to give general metadata (#52747)Alan Rominger2019-03-061-18/+34
|
* cloudscale_server: fix missing param use_private_network (#53381)René Moser2019-03-062-19/+28
|
* rhevm: Fix validate-modules issues (#52436)Dag Wieers2019-03-062-182/+202
| | | | | | | | | This PR includes: * Adding parameter types * Fix validate-modules issue * Improve parameter types and resulting changes This PR needs to be verified and tested by maintainer(s).
* Fix ec2_instance eventual consistency when wait: false (#51885)Andrea Tartaglia2019-03-0610-21/+145
| | | | | | | | | | | | | | | | | * Do not return 'instances' when wait is false * Added integration tests for wait: false * Added changelog fragment * Fix test suite to work with ec2_instance * Additional permissions * Enforce boto3 version * Fix broken tests * Improve error messages * fix linter issues
* Fix redfish_facts GetPsuInventory command not returning correct output (#52675)Xander Madsen2019-03-062-29/+40
| | | | | | | | | | | | | | | | | | | | * Move GetPsuInventory from Systems category to Chassis category * Change get_psu_inventory to search through Chassis instead of Systems and PoweredBy for PowerSupplies * Remove GetPsuInventory from Examples * remove trailing whitespace * Change boolean check from '!= None' to 'is not None' * Don't include 'Absent' PSUs in get_psu_inventory() * Add check to see if Power key is in Chassis before proceeding * remove trailing whitespace * Add continue step for when powersupply property is not found, and check if resulting entries is empty, returning message if nothing was found rather than an empty list
* Allow user to specify a custom condition when waiting (#52185)Fabian von Feilitzsch2019-03-063-7/+88
|
* Add launch type to ecs task (#49081)Tad Merchant2019-03-065-9/+84
| | | | | | | | | | | | | | | | | | * adds fargate launch_type to ecs_task module * White space changes * fix documentation for running ecs task on fargate * remove extraneous example from ecs_task * White space changes * Adds changelog fragment * Pluralize minor_changes in changelog fragment * Add Stop and Start task permissions
* Fix get_disk_inventory() not using Storage resource and add more prop… ↵Xander Madsen2019-03-061-25/+64
| | | | | | | | | | | | (#52939) * Fix get_disk_inventory() not using Storage resource and add more properties to output * don't include null entries * Add the SimpleStorage resources as well * Fix misspelling of disk_result
* Adding ovirt_event_facts Module (#51760) (#52984)Chris Keller2019-03-061-0/+158
| | | | | | * Adding ovirt_event_facts Module (#51760) * Cleaning up Copyright, Documentation and Examples section per Akasurde comments in #52982
* tower: Handle AuthError (#53377)Abhijeet Kasurde2019-03-0623-23/+23
| | | | | | | | Handle AuthError raised when user provides incorrect password for Tower admin user. Fixes: #50535 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* New module postgresql_ping: Checks remote PostgreSQL server availability. ↵Andrey Klychkov2019-03-064-1/+282
| | | | | | | | | | | | | | | | | | | | | | | | (#51477) * New module postgresql_ping: simple module to check remote PostgreSQL server availability. * New module postgresql_ping: simple module to check remote PostgreSQL server availability, doc fixes * postgresql_ping: added integration tests * New module postgresql_ping: misc changes * New module postgresql_ping: change return suit * New module postgresql_ping: tests reformatting, return value * Various cosmetic/documentation fixes * A few more fixes * And even more cleanups * Fix PEP8 issue
* docker_swarm_service: rename return variable to swarm_service (#53229)Felix Fontein2019-03-063-4/+13
| | | | | | | | * Rename return variable to swarm_service. * Add changelog. * Add that old name will stay in Ansible 2.7.x.
* VMware: add cluster name in facts (#53056)Abhijeet Kasurde2019-03-062-0/+9
| | | | | Fixes: #45280 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fixes #42407 add inbound_nat_rules for loadbalancer (#52966)Yuwei Zhou2019-03-062-19/+191
|
* Fix return variable name.Felix Fontein2019-03-051-3/+3
|
* Allow user to control output of verbose messages (#52948)Brian Coca2019-03-053-2/+17
| | | to stdout (default) or stderr
* write to file option for ansible-inventory (#53183)Brian Coca2019-03-051-2/+13
| | | | | | * write to file option for ansible-inventory * changed comment, ensure text mode
* make debconf compare apples to apples (booleans) (#53331)Brian Coca2019-03-052-1/+13
| | | hope to fix #25481
* Extend win_psmodule - the second attempt, the previous was #46516 (#50621)Wojciech Sciesinski2019-03-059-180/+1435
| | | | | | | | | | | | | | | | | | | | | | | | * Extend win_psmodule - rebased at 2019-01-07 * Change a way how defined parameters are added to the list * Correct registering a repository * Change way how tests for the check_mode: true are run * Post-review updates * Post-review updates -2 * Post-review updates -3 * Switch to PowerShell loop * Minor updates * Remove variants of an exception handling * Change error handling
* Fix Example for lun copy (#53281)Chris Archibald2019-03-051-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * Revert "Revert "changes to clusteR"" This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a. * Revert "Revert "changes to clusteR"" This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a. * documentation changes * Revert "documentation changes" This reverts commit 02c369d0414fdff492d90865c903bdade3174261. * Fix example
* win_dsc - Add argument validation and other fixes (#53093)Jordan Borean2019-03-0527-990/+1585
| | | | | | * win_dsc - Add argument validation and other fixes * Fix doc issues
* made chroot exe configurable (#53147)Brian Coca2019-03-052-6/+24
| | | | | | | | * made chroot exe configurable fixes #53146 * added default for executable
* Update the Ansible Tower team (#53354)Alan Rominger2019-03-051-1/+1
|
* BOTMETA: Add Pure maintainer (#53342)Simon Dodsley2019-03-051-1/+1
|
* Fix wrong number of arguments in string format (#53265)Abhijeet Kasurde2019-03-051-1/+1
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Add timeout support to ansible-test. (#53302)Matt Clay2019-03-059-21/+219
| | | | | | | | * Add timeout support to ansible-test. * Fix ansible-test tar filename filter bug. * Update timeouts used on Shippable. * Kill subprocesses when parent process terminates. * Require explicit use of env --show option.
* Use GitHub Issue Templates to assign labels (#53356)John R Barker2019-03-053-0/+3
|
* docker_swarm_service: Add hosts option (#53290)Hannes Ljungberg2019-03-054-0/+77
| | | | | | * Add hosts option * Add changelog fragment
* docker_*: enable RHEL8 tests (#53313)Felix Fontein2019-03-0521-33/+43
|
* Add keyed_groups feature (#52045)Alan Rominger2019-03-054-10/+132
| | | | This implements: - Allow creating keyed group parents
* Remove old 'srtd' theme and references. (#49289)Xaroth2019-03-0537-16871/+1
|
* Add a new check to ensure that module arguments are valid python identifiers ↵Matt Martz2019-03-055-4/+40
| | | | | | | | | | | | (#53278) * Add a new check to ensure that module arguments are valid python identifiers * Move the check up higher, out of the if docs block * Skip validate-modules on py2 * Remove errant alias
* New Module: na_ontap_quotas (#49783)Chris Archibald2019-03-052-0/+582
| | | | | | | | | | | | | | | | | | | | | | * Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * new module na_ontap_quotas * fix file location * Fix author * updates * Revert "Revert "changes to clusteR"" This reverts commit 1c82958764ea38a91d51d3cfe8a85b418df8f0b8. * fix author * Add types
* Simplify docker_*_facts return names (#51939)Felix Fontein2019-03-0521-208/+208
| | | | | | * Simplify docker_*_facts return names. * Adjust regular return values of modules to match style of docker_*_facts modules.
* acme_account: improve account deactivation idempotency (#53234)Felix Fontein2019-03-053-3/+15
| | | | | | | | * Improve account deactivation idempotency. * Using newer testing container. * Add comment to test.
* Add public key return to openssh_keypair (#53214)Maxim Babushkin2019-03-053-0/+23
| | | | | - The openssh_keypair module will return a public key output on the private key creation. - Add integration test in order to verify the public key output.
* docker_swarm_service: Add option groups (#53213)Hannes Ljungberg2019-03-059-875/+1549
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add logging option * Add limits option * Add reservations option * Add restart_config option * Add update_config option * Add placement option and remove placement_preferences * Yaml indentation * Use correct PR number for change log * Handle grouper fallbacks better * Add removed_in_version to argument spec * Fix broken suboption usage check * Reduce duplicate deprecated option tests * Clearer deprecation documentation * Compare bytes with MiB * Use correct test service suffix
* openssl_csr: improve invalid SAN error messages (#53201)Felix Fontein2019-03-054-1/+25
| | | | | | * Improve invalid SAN error messages. * Add changelog.
* Add tcp_max_xfer_size option for na_ontap_nfs, plus unit test (#52288)Chris Archibald2019-03-052-4/+324
| | | | | | | | | | | | | | | | | | | | * Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * updates * Revert "Revert "changes to clusteR"" This reverts commit 8e56b999e6cf6a65de339e516f7134a6b6b39cba. * fix docs * Fix boolean to bool * Update lib/ansible/modules/storage/netapp/na_ontap_nfs.py Co-Authored-By: carchi8py <carchi@netapp.com>
* Bug Fix for na_elementsw_backup.py (Default argument spec wasn't given) (#52378)Chris Archibald2019-03-051-1/+2
| | | | | | | | | | | | | | * Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * Revert "Revert "changes to clusteR"" This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a. * bug fix * Fix exception
* Python 2: accept both long and int for type=int (module options) (#53289)Felix Fontein2019-03-053-5/+13
| | | * Added unit test
* Add missing RETURN to restconf_config (#53324)Nathaniel Case2019-03-051-2/+34
|
* ovirt_network: Fix update_check for cluster network role (#53318)Nijin Ashok2019-03-051-8/+8
| | | | | | | Currently if we didn't specify the "role" in the task which is already available for the network, the update_check will return FALSE. The patch fixes the same and update_check will only return FALSE if there is any additonal role specified for the network that are not currently available for the network.
* BOTMETA: Add $team_hcloud (#52694)Dag Wieers2019-03-051-0/+6
| | | | | | * BOTMETA: Add $team_hcloud * fix github handle of lukas
* BOTMETA: Various fixes (#53303)Dag Wieers2019-03-051-12/+13
| | | | | | | | This PR includes: - Add missing labels to YAML anchors - Fix ACI YAML anchor (did not include modules) - Add missing cisco label to ACI - Fix networking label for nso - Add missing YAML anchor for ios cfr. iosxr
* kubevirt: Add datavolumes support (#52998)Ondra Machacek2019-03-052-0/+59
|
* Fortinet's FortiOS user adgrp (#52831)Miguel Angel Muñoz González2019-03-051-0/+260
| | | | | | * Fortinet's FortiOS user adgrp * Remove unnecessary code
* [win_get_url] feature: Add support `checksum` to module win_get_url (#51986)Viktor Utkin2019-03-058-116/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set valid_until equal to current time + spot_wait_timeout * Add checksum check for downloaded file. * refactoring * fix typo * add fixes * mart try,catch handling * revert lib/ansible/modules/cloud/amazon/ec2.py from upstream * refactoring * remove empty lines * add checksum verification for existing file * fix current file check * refactoring destination file check * add handling exceptions * refactoring * Added download file hash data from url * fix string aligning * fix bug with uri * Added get hash from multy-string file * Added URI support for checksum file location * refactoing * Remove any non-alphanumeric characters for hash from url * fix discussions; add support for PS3 * refactoring * add size return value * checkout from upstream for lib/ansible/modules/cloud/amazon/ec2.py * add Ansible.ModuleUtils.Legacy support; refactoring * Copyright added * Checking files size before and after downloading added. * remove unused code * Corrected regexp for dotted slashed file name prefix in hash-file * hotfix typo error; add int tests * remove legacy module support; split checksum to checksum, checksum_algorithm, checksum_url * changed default hash algorithm * Fixed case for ContentLength = -1 * Old comment removed * fix typo * Remove file size check before downloading * add alias to ; fix tests * adjust tests; fix lint warnings from PSScritpAnalyzer * workaround for bug in win_chocolatey module on win2008 * remove win_get_url.ps1 from /test/sanity/pslint/ignore.txt * add checksum_algorithm as retuen value * first normalise before return Result * resolve discussions Signed-off-by: Viktor Utkin <viktor.utkin7@yandex.ru> * fix discussions fix http tests as discussed * fix last discussions * Reduce code duplication and add idempotency check * fix sanity issue and remove testing code * move back to using tmp file for checksum comparison