summaryrefslogtreecommitdiff
path: root/lib/ansible/modules
Commit message (Expand)AuthorAgeFilesLines
* hostname: fix for a new version of rhel (#31839)Martin Krizek2017-10-181-0/+5
* Correct usage for shutil.rmtree (#31541)Abhijeet Kasurde2017-10-181-2/+2
* win_regedit: fix extra info coming into stdout (#31813)Jordan Borean2017-10-181-2/+2
* vmware_vm_facts: Add error check for config.vm (#31629)Zubair Lutfullah Kakakhel2017-10-181-3/+4
* Ensure valid_plugin_bin is definedSam Doran2017-10-181-23/+23
* Document backup_path (#31844)John R Barker2017-10-186-14/+32
* Fix rollback in junos_config (#31424) (#31563)Ganesh Nalawade2017-10-111-5/+12
* yum: fix crashes installing from file/urlMartin Krizek2017-10-101-18/+28
* aws_s3: fix upload_file's ExtraArgs - fixes #31232 (#31487) (#31538)Sloane Hertel2017-10-101-1/+33
* [rpm_key] Fix to import first key on the system (#31514)Lukas Bednar2017-10-101-2/+6
* [cloud] Fix ec2_group when security group lacks a VPC (#31526) (#31540)Sloane Hertel2017-10-101-1/+1
* Use default values for object returned from aws to prevent TypeError (#31455)arnonki2017-10-101-5/+5
* Remove sysctl entries when state=absent (#31486)Sam Doran2017-10-101-5/+8
* clarified inventory_dir changes for 2.4 (#31484)Brian Coca2017-10-091-1/+8
* [cloud] Fix #31271 - cast all tag values as strings (#31272)Rob2017-10-091-1/+2
* win_copy: Add missing check_mode fix (#31469)Vyronas Tsingaras2017-10-101-1/+1
* Fix ec2_win_password to allow blank key_passphrase (#28791)jonjozwiak2017-10-091-1/+4
* Change ping docs to refer to win_ping (#31444)Toshio Kuratomi2017-10-081-2/+2
* Do not run systemctl daemon-reload in check modeStrahinja Kustudic2017-10-061-1/+1
* nxos_snmp_* fixes : Fixes #30997, #30999 (#31000) (#31414)Trishna Guha2017-10-062-12/+65
* Fixes #30846 (#30862) (#31408)Trishna Guha2017-10-062-5/+6
* Fix rpm_key absent. (#31045)Eduardo Suarez-Santana2017-10-051-1/+1
* data should be redacted in docker_secret (#31366)John R Barker2017-10-051-1/+1
* [cloud] Only get rules if listener in elb_application_lb been identified in c...Rob2017-10-051-6/+14
* nxos_config and nxos_pim_interface fix (#31343)Trishna Guha2017-10-052-1/+3
* yum: fix name parsing out of envra (#31247)Martin Krizek2017-10-041-6/+6
* Fixes nxos_igmp_interface idempotence issue for N1 images (#31220) (#31288)Trishna Guha2017-10-041-2/+2
* Fixes #30769 - nxos_vtp_version errors out on N1 images. (#30770) (#31285)Trishna Guha2017-10-043-12/+21
* Correctly write SELinux config file (#31251)Sam Doran2017-10-031-26/+70
* Update elasticsearch_plugin.py (#28936)Sam Doran2017-10-031-33/+90
* fix monit version checkDaniel Roberts2017-10-031-4/+4
* win_reg_stat actually sets properties to be a dictionary, not a list (#31252)Dustin Spicuzza2017-10-041-4/+4
* win_dotnet_ngen: fix after broken in 2.4 (#31076)Jordan Borean2017-10-032-56/+98
* win_msg: added doc about msg limit and included an explicit check for better ...Jordan Borean2017-10-032-0/+5
* [cloud] Fix handling of `encrypt` option in aws_s3 module (#30822)Dave Grochowski2017-10-021-4/+5
* win_chocolately document improvedments, mention win_hotfix and use of become ...jhawkesworth2017-09-301-2/+12
* fix os_image so it works when id is None (#29147)Joshua C. Randall2017-09-281-2/+5
* fix for webapppool when specifying an attribute that holds a collection (#30729)Jordan Borean2017-09-282-9/+85
* Fix ec2_snapshot_facts for python3Will Thames2017-09-271-2/+2
* lxc_container: open files as text, fixes #30571 (#30572)bit2017-09-271-3/+4
* Fix sensu_silence module boolean parameter declaration (#30971)Christian Albrecht2017-09-281-1/+1
* Fix crypttab python3 compatibility issue (#30457)Jonathan Piron2017-09-271-2/+2
* Remove stray " and replace include: with import_tasks:Thomas Steen Rasmussen2017-09-271-1/+1
* corrected import_play into to import_playbook (#30853)Brian Coca2017-09-262-4/+4
* [cloud] Don't remove profile, security_token by default in `aws_s3` (#30902) ...Sloane Hertel2017-09-261-2/+3
* [cloud] Ensure target group ARNs are passed as a list in `ec2_asg` (#30905) (...Sloane Hertel2017-09-261-2/+2
* [cloudwatch_event] Due to an ImportError botocore is never successfully impor...Sloane Hertel2017-09-261-3/+2
* Remove example of using params for the url_passwordToshio Kuratomi2017-09-251-6/+11
* Fix command argument typo in telnet module docs (#30731) (#30734)Ganesh Nalawade2017-09-221-3/+4
* Fix docker_service python3 incompatibilityToshio Kuratomi2017-09-211-1/+1