summaryrefslogtreecommitdiffstats
path: root/changelogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cs_volume: add volumes extraction and upload features (#54111)David Passante2019-03-221-0/+2
| | | | | | | | * cs_volume: add volumes extraction and upload features * cs_volume: Update doc, remove deprecated code * cs_volume: Add unit tests for extract and upload features
* Fixes flatpak module to work with flatpak >=1.2.0, fixes #51485 (#51482)Alexander Bethke2019-03-211-0/+2
| | | | | | | | | | * Fixes flatpak module to work with flatpak >=1.2.0, fixes #51481 This keeps backwards-compatibility for flatpak versions before 1.2.0 * Fixes typeo Co-Authored-By: oolongbrothers <oolongbrothers@zeibar.net>
* #50877: add support to postgresql_privs to use "FOR { ROLE | USER } ↵tcraxs2019-03-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | target_role" in "ALTER DEFAULT PRIVILEGES" (#51073) * #50877: * add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" * fix sanity errors * #50877: fix documentation and add a check for correct usage of target_roles * #50877: fix missing absent option for default privs with target_role * #50877: add clear description, when target_roles can be used * #50877: fix conflicts, formatting, and add a changelog fragment * #50877: fix sanity error E335 * #50877: swap conditions and fix error to warning msg * #50877: add tests for default privileges * #50877: fix tests for default privileges * #50877: fix tests for default privileges on centos 6
* fix typo (#54166)René Moser2019-03-211-1/+1
|
* docker: rename docker_*_facts -> docker_*_info (#54124)Felix Fontein2019-03-211-0/+2
| | | | | | | | * Rename docker_*_facts -> docker_*_info. * Add changelog. * Update scenario guide.
* include_tasks: fix traceback if no file specified (#54044)René Moser2019-03-201-0/+2
|
* Template run_once for handlers (#54030)Martin Krizek2019-03-201-0/+2
| | | | Fixes #27237
* dict is dict (#54057)Brian Coca2019-03-201-0/+2
|
* ACME: rename acme_account_facts -> acme_account_info (#54082)Felix Fontein2019-03-201-0/+2
| | | | | | * Rename acme_account_facts -> acme_account_info. * Add changelog fragment.
* docker_swarm_service: Make resolve_image default to false (#54018)Hannes Ljungberg2019-03-191-1/+1
| | | | | | * Make resolve_image default to false * Check resolve_image versions regularly
* docker_image: allow proxy config (#53905)Felix Fontein2019-03-191-0/+2
| | | | | | | | | | * Simplify checks. * Add use_config_proxy option. * Add changelog. * Avoid docker-py crash.
* Facts: Use vm_stat instead of sysctl for free memory (#52917)Sorin Sbarnea2019-03-191-0/+2
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* win_psexec - support paths with a space (#54009)Jordan Borean2019-03-191-0/+2
|
* win_get_url - fix glob like paths (#54008)Jordan Borean2019-03-191-0/+2
|
* win_certificate_store - fix glob like paths (#54007)Jordan Borean2019-03-191-0/+2
|
* win_copy - fix glob like paths (#54006)Jordan Borean2019-03-191-0/+2
|
* win_find - fix glob like paths (#54005)Jordan Borean2019-03-191-0/+3
|
* win_file - fix glob like paths (#54003)Jordan Borean2019-03-191-0/+2
|
* openssl_privatekey: add backup option (#53593)Felix Fontein2019-03-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Add backup option to openssl_privatekey. * Add changelog fragment. * Make module available in remove(). * Add tests for backup. * Update lib/ansible/modules/crypto/openssl_privatekey.py Co-Authored-By: felixfontein <felix@fontein.de> * Update lib/ansible/modules/crypto/openssl_privatekey.py Co-Authored-By: felixfontein <felix@fontein.de> * Update lib/ansible/modules/crypto/openssl_privatekey.py Co-Authored-By: felixfontein <felix@fontein.de> * Update lib/ansible/modules/crypto/openssl_privatekey.py
* Added support for iptables module iprange (#53732) (#53732)MonsieurBon2019-03-181-0/+3
|
* docker_image: stop pulling by default on build (#53911)Felix Fontein2019-03-181-0/+2
| | | | | | | | | | * Prepare to change default of build.pull from yes to no in Ansible 2.12. * Specify build.pull. * Add changelog. * Fix bad indent.
* cs_network_offering: Add choice list for supported_services in arg_spec (#53901)David Passante2019-03-161-0/+2
|
* windows - Fix module utils with glob paths (#53835)Jordan Borean2019-03-151-0/+2
| | | | | | * windows - Fix module utils with glob paths * fix link util tests when using DOS 8.3 paths
* win_chocolatey - Fix incompatibilities with latest Chocolatey release (#53841)Jordan Borean2019-03-151-0/+2
|
* win_slurp - fix glob like paths (#53831)Jordan Borean2019-03-151-0/+2
|
* win_owner - fix glob like paths (#53830)Jordan Borean2019-03-151-0/+2
| | | | | | * win_owner - fix glob like paths * Fix issues on older PS versions
* win_acl_inheritance - fix glob like paths (#53829)Jordan Borean2019-03-151-0/+2
|
* win_acl - fix glob file paths (#53828)Jordan Borean2019-03-151-0/+2
|
* win_tempfile - return absolute path on created temp file (#53827)Jordan Borean2019-03-151-0/+2
| | | | | | * win_tempfile - return absolute path on created temp file * Fix tests for CI
* User module - Check local database when local is specified in the task (#51088)Sam Doran2019-03-151-0/+2
| | | | | | | | The output of pw.getpwnam() does not distinbuish between local and remote accounts. It will return a result if an account exists locally or in the directory. When local is set to True in the task parameters, look through the local password database explicitly. * Ensure luseradd is present for tests * Add docs and warnings about local mode
* Allow parent groups to be variables or literal (#53649)Sloane Hertel2019-03-141-0/+3
| | | | | | * Allow parent groups to be variables or literal, requires {{ }} * Check strict before failing on templating errors * Don't add a group if an invalid parent group was provided
* Try to get correct buffer size to avoid races (#53547)Brian Coca2019-03-141-0/+2
| | | | | | | | * Try to get correct buffer size to avoid races fixes #51393 * fix test, mock buffer function since all is mocked
* (postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type (#35331)Matteo Ferrando2019-03-141-0/+2
| | | | | | | | * avoid using Postgres formatting function * add tests for ALL FUNCTIONS IN SCHEMA * documentation and changelog * requested changes in tests * fixed changelog
* docker_*: report more warnings (#53710)Felix Fontein2019-03-141-0/+3
| | | | | | | | * More warnings. * Add changelog. * Improve docstring.
* docker_image: improve usage (#52894)Felix Fontein2019-03-142-1/+5
| | | | | | | | | | * Add source option. * Split force parameter into force_source, force_absent and force_tag. * Move all build-related options into a suboption called build. * Add changelog.
* Fix changelog entries using strings for sections.Matt Clay2019-03-142-8/+8
|
* Keep existing to_yaml behavior with pyyaml >= 5.1. (#53772)Matt Clay2019-03-141-0/+2
| | | | | | | | | In pyyaml versions before 5.1 the default_flow_style for yaml.dump was None. Starting with 5.1 it is now False. This change explicitly sets the value to None to maintain the original to_yaml behavior. The change to pyyaml was made in the following commit: https://github.com/yaml/pyyaml/commit/507a464ce62c933bf667b2296a96ad45f0147873
* Undeprecate force handlers (#53705)Brian Coca2019-03-131-0/+2
| | | | | | | | * removed deprecation notice, made comment instead * remove noisy deprecation * space
* cs_iso: fix missing param "is_public" (#53740)David Passante2019-03-131-0/+2
| | | | | | * cs_iso: fix missing param "is_public" * add changelog fragment
* postgresql_db - Handle pg_dump return code (#52985)Andrey Klychkov2019-03-131-0/+2
| | | | | | Handle return code return by pg_dump command Fixes: #40424
* iptables: Add support for gateway parameter (#53465)Abhijeet Kasurde2019-03-131-0/+2
| | | | | | | | When user specifies the JUMP value to 'tee', gateway is required. This fix adds new parameter 'gateway' to support this functionality. Fixes: #53170 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* ACME: add support for IP identifiers (#53660)Felix Fontein2019-03-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Adding support for IP identifiers according to https://tools.ietf.org/html/draft-ietf-acme-ip-05. * Add changelog. * Make sure that the authorizations return value is unchanged for CSRs with DNS-only SANs. * Remove unneeded import. * type -> identifier_type * Python 2.6 compatibility. * Fix unit tests. * Add IP address normalization. * Extend tests. * Move data into fixtures. * Adjust BOTMETA.
* acme_challenge_cert_helper: add support for IP identifiers (#53661)Felix Fontein2019-03-131-0/+2
| | | | | | | | * Add IP address identifier support to acme_challenge_cert_helper. * Add changelog. * type -> identifier_type.
* Fix min_size reference where type is None (#53669)Jason Witkowski2019-03-131-0/+2
|
* win_reboot - Fix rc validation when using psrp and add extra docs (#53711)Jordan Borean2019-03-131-0/+2
| | | | | | * win_reboot - Fix rc validation when using psrp and add extra docs * Revert boot time command and fix docs
* fixes for stripping (#52930)Brian Coca2019-03-121-0/+3
| | | | | | | | | | function changed to do in place replacement, should be less expensive even with copy as it avoids 'sub copies', can compose with module_args_copy to create replacement for old behavior attempt to fix #52910 * handle lists and subdicts correctly * added missing exception case, which was not noticed since 'cleaning' was not working * added comments to clarify exceptions
* clear all loader caches with new dir for plugin (#53413)Brian Coca2019-03-121-0/+3
| | | | | | | | * clear all loader caches with new dir for plugin fixes #17078 * added toggle to revert behaviour
* Add changelog for #53552 (#53695)Martin Krizek2019-03-121-0/+2
|
* Fix checksum file parsing in get_url (#53685)Matt Martz2019-03-121-0/+4
| | | | | | | | | | * Fix checksum file parsing. Fixes #48790 * guard invalid int conversion Co-Authored-By: sivel <matt@sivel.net> * Remove extra newline
* Overridable safety (#53458)Brian Coca2019-03-121-0/+3
| | | | | | * create overridable sanitation function * now used in aws, gce and azure plugins * added new option to these plugins to work in conjunction with general toggle to make it easier to emulate inventory script behavior.