summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release v2.7.9v2.7.9Toshio Kuratomi2019-03-144-1/+152
* [stable-2.7] Keep existing to_yaml behavior with pyyaml >= 5.1. (#53772)Matt Clay2019-03-132-1/+4
* Backport/2.7/51953 (#53657)Ryan Conway2019-03-112-55/+19
* [stable-2.7] Ensure Clear Linux parsing is actually parsing a Clear Linux hos...Sam Doran2019-03-113-5/+87
* docker_container: show warnings, fix/improve tests (#53440)Felix Fontein2019-03-115-40/+60
* use composed vars in constructed groups (#53152)Sloane Hertel2019-03-112-0/+5
* [2.7] docker_swarm: removing nodes requires docker >= 2.4.0 (#53592)Felix Fontein2019-03-114-3/+13
* apply node_id parameter to swarm node removal (#53503)Jason Witkowski2019-03-112-3/+7
* [stable-2.7] Allow dict2items to work with hostvars (#53538).Matt Martz2019-03-113-2/+11
* allow nontype configdata (#53365)Brian Coca2019-03-112-1/+6
* [docker_image] fix the changed state for tagging and pushing (#53451)Jakob Ackermann2019-03-113-0/+53
* Fix for "AttributeError: 'module' object has no attribute 'cursors'" (#49191)...Timo Runge2019-03-112-0/+3
* module_utils/mysql: Fixing unexpected keyword argument 'cursorclass' error af...Timo Runge2019-03-112-1/+5
* test: fix get_url issues in CI for Ubuntu 14.04Jordan Borean2019-03-111-1/+5
* Fixed win_file crash with hidden files (#52584)S2019-03-113-1/+24
* win_domain: fix issue when running without credential delegation (#53480)Jordan Borean2019-03-112-16/+34
* openssl_csr: improve subject validation (#53198)Felix Fontein2019-03-114-1/+46
* Trying to work around spurious test failures. (#53472)Felix Fontein2019-03-111-2/+8
* Clarify that do until loops are unsupported on include tasks (#49581) (#53628)Sandra McCann2019-03-112-2/+4
* Warn user to send a password if the privatekey is password protected (#53360)...Felix Fontein2019-03-113-3/+5
* Mark ec2_vpc_vgw as disabled to avoid hitting the resource limit (#53082)Sloane Hertel2019-03-081-0/+1
* [2.7] docker_swarm_service: rename return variable to swarm_service (#53408)Felix Fontein2019-03-062-2/+18
* openssl_csr: improve invalid SAN error messages (#53201)Felix Fontein2019-03-064-1/+24
* 2.7 way to make sure no SANs are there.Felix Fontein2019-03-061-3/+0
* openssl_certificate: make sure extensions are present when they are queried b...Felix Fontein2019-03-064-0/+72
* re-add EAP to Stop for older branchJordan Borean2019-03-061-0/+2
* win_chocolatey_source - fix state=disabled with no source (#53097)Jordan Borean2019-03-064-19/+105
* winrm - try and recover from a send input failure (#53187)Jordan Borean2019-03-062-6/+19
* [stable-2.7] Python 2: accept both long and int for type=int (module options)...Felix Fontein2019-03-063-6/+15
* backport correct examples (#53411)Sandra McCann2019-03-061-1/+26
* [2.7] docker_swarm_service: don't crash when publish isn't specified (#53262)Felix Fontein2019-03-042-1/+7
* Make clear which option is used by which provider. (#53208)Felix Fontein2019-03-041-10/+50
* properly convert inputs to handle bytes/unicode (#53072) (#53124)Brian Coca2019-03-042-2/+10
* docker_swarm: support older docker-py versions (#53129)Felix Fontein2019-03-047-56/+197
* [2.7] docker_swarm_service: fix problem with UpdateConfig on certain docker d...Felix Fontein2019-03-042-7/+11
* [2.7] openssl_certificate, fixed has_expired to check the cert expiration dat...Felix Fontein2019-03-049-12/+132
* docs: SAN prefixes are required for openssl_csr (#53144)Chris Adams2019-03-041-1/+1
* If the private_ip has been provided for the new network interface it shouldn'...s-hertel2019-03-042-1/+4
* [backport 2.7] Fixed lvol ValueError with float size. (#52836)Tuan Anh Hoang-Vu2019-03-042-9/+20
* [stable-2.7] Modify the correct variable when setting available hashing algor...Sam Doran2019-03-022-1/+3
* get_url: return no change in check mode when checksum matchesTony Finch2019-03-013-6/+25
* Backport/2.7/51853 (#53153)Pablo Piaggio2019-03-012-1/+4
* Documentation update for labels operations on swarm/node (#53083)Piotr Wojciechowski2019-03-011-0/+2
* Diff feature is only available in devel.Felix Fontein2019-03-015-281/+0
* docker_swarm: more integration tests (#53035)Felix Fontein2019-03-015-0/+1168
* docker_swarm: fix ca_force_rotate idempotency (#53039)Felix Fontein2019-03-012-0/+4
* Fix force when state==present. (#53003)Felix Fontein2019-03-013-5/+29
* docker_swarm: extend tests (part I) (#53005)Felix Fontein2019-03-014-109/+154
* docker_swarm: fix idempotency (#52976)Felix Fontein2019-03-012-1/+7
* docker_swarm: make labels work with older docker daemon versions (#52895)Felix Fontein2019-03-013-54/+86