summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use rpm instead of repoquery for is_installed()yum-use-rpmToshio Kuratomi2015-12-131-21/+34
| | | | | | | | | | | | | | * This keeps us from hitting bugs in repoquery/yum plugins in certain instances (#2559). * The previous is also a small performance boost * Also in is_installed(), when using the yum API, return if we detect a package name has been installed. We don't need to also check virtual provides in that case. This is another small performance boost. * Sort the list of packages returned by the list parameter.
* Merge pull request #2658 from dekimsey/yum-channel-supportToshio Kuratomi2015-12-101-0/+1
|\ | | | | Fix yum module failing to initalize yum plugins
| * Fix yum module failing to initalize yum pluginsDaniel Kimsey2015-12-091-0/+1
| |
* | Merge pull request #2659 from mscherer/remove_useless_unsafe_shellBrian Coca2015-12-101-2/+2
|\ \ | |/ |/| Remove a unneeded use of use_unsafe_shell
| * Remove a unneeded use of use_unsafe_shellMichael Scherer2015-12-101-2/+2
|/ | | | | | Since use_unsafe_shell is suspicious from a security point of view (or it wouldn't be unsafe), the less we have, the less code we have to toroughly inspect for a security audit.
* Merge pull request #2365 from Jmainguy/mysql_docfixBrian Coca2015-12-091-0/+3
|\ | | | | Update documentation to reflect need for mysql client
| * Update documentation to reflect need for mysql clientJonathan Mainguy2015-10-281-1/+4
| |
* | fixed disappearing groups on OSX user modulenitzmahone2015-12-081-8/+10
| | | | | | | | Ensure that we don't try to modify the groups collection if groups are not specified
* | bugfix for issue #2537Dominique Barton2015-12-081-1/+2
| |
* | Fix: Default ACL parameters are not correctly handledquoing2015-12-081-2/+2
| |
* | simplified lowercasingBrian Coca2015-12-081-4/+5
| |
* | Add "default" entry option back (removed in e95bcae), update will translate ↵quoing2015-12-081-10/+18
| | | | | | | | entry to standard parameters so compatibility with BDS is kept
* | Merge pull request #2653 from marktheunissen/remove_marktheunissenBrian Coca2015-12-082-6/+6
|\ \ | | | | | | Remove Mark Theunissen as maintainer
| * | Remove Mark Theunissen as maintainerMark Theunissen2015-12-082-6/+6
|/ /
* | Merge pull request #2541 from joshuaeke/patch-1Brian Coca2015-12-051-2/+0
|\ \ | | | | | | Update ec2.py remove state tag
| * | Update ec2.py remove state tagjoshuaeke2015-11-241-2/+0
| | | | | | | | | | | | | | | 'exact_count' and 'state' are mutually exclusive options they should not be in the following examples: - # Enforce that 5 running instances named "database" with a "dbtype" of "postgres" example and - # Enforce that 5 instances with a tag "foo" are running
* | | When the password file does not exist and we're making sure the user isn't ↵Toshio Kuratomi2015-12-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the password file, change error into a warning Warning catches typos in the filename. Since the playbook is saying "make sure this user doesn't have an entry" it makes more sense to warn than to error. Fixes #2619
* | | Merge pull request #2621 from arthur-c/develBrian Coca2015-12-031-0/+16
|\ \ \ | | | | | | | | Example of single instance with ssd gp2 root volume creation
| * | | Example of single instance with ssd gp2 root volume creationArthur Clement2015-12-031-0/+16
|/ / /
* | | Merge pull request #2590 from noseka1/develBrian Coca2015-12-021-5/+19
|\ \ \ | | | | | | | | Fix ini_file module, avoid bracklets in key break idempotence
| * | | Fix #2475 ini_file module: bracklets in key break idempotenceAles Nosek2015-12-021-5/+19
| | | | | | | | | | | | | | | | Escape the regex special characters in the option name.
* | | | Merge pull request #2609 from cspollar/develBrian Coca2015-12-021-1/+1
|\ \ \ \ | | | | | | | | | | Fixed typo in uri module example
| * | | | Fixed typo in uri module examplecspollar2015-12-021-1/+1
| | | | |
* | | | | corrected version_added for new temp_dest featureBrian Coca2015-12-021-1/+1
| | | | |
* | | | | Merge pull request #1887 from sysadmin75/9512_get_url_tmp_option2Brian Coca2015-12-021-4/+26
|\ \ \ \ \ | |/ / / / |/| | | | Adds tmp_dest option to get_url module.
| * | | | Adds tmp_dest option to get_url module.sysadmin752015-08-061-4/+26
| | | | | | | | | | | | | | | | | | | | Addresses the issue in ansible/ansible#9512
* | | | | Merge pull request #2604 from krdlab/fix-stat-documentBrian Coca2015-12-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix 'stat' module document
| * | | | | Fix 'stat' module documentkrdlab2015-12-021-1/+1
|/ / / / /
* | | | | Merge pull request #2546 from traveloka/fix-ec2-snapshot-infoBrian Coca2015-12-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix ec2_snapshot documentation
| * | | | | Fix ec2_snapshot documentationMichel Alexandre Salim2015-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | last_snapshot_min_age is added in 2.0, not 1.9
* | | | | | Merge pull request #2594 from pileofrogs/unarch_better_errorBrian Coca2015-12-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | improved error message when no handler found
| * | | | | | improved error message when no handler foundDylan Martin2015-11-301-1/+1
| | | | | | |
* | | | | | | Don't raise or catch StandardError in amazon modulesToshio Kuratomi2015-11-309-114/+104
| | | | | | |
* | | | | | | Merge pull request #2583 from vmindru/yum_validate_certsToshio Kuratomi2015-11-301-0/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | adding validate_certs for YUM. #2582
| * | | | | | adding validate_certs for YUM. #2582Veaceslav Mindru2015-11-291-0/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2565 from suonto/develBrian Coca2015-11-304-27/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removed unneccessary permission greed
| * | | | | | fixed quantum_ modules to work with minimum access rights if greater access ↵Markus Suonto2015-11-264-27/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | rights are not needed
* | | | | | | fixed typo EEXISTS is actually EEXISTBrian Coca2015-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #2585
* | | | | | | Merge pull request #2580 from sinner-/develBrian Coca2015-11-301-0/+57
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Update hostname.py
| * | | | | | Update hostname.pySina Sadeghi2015-11-291-0/+57
|/ / / / / / | | | | | | | | | | | | | | | | | | Added support for FreeBSD. (http://www.freebsd.org)
* | | | | | Merge pull request #2542 from maxrothman/patch-1Brian Coca2015-11-271-2/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix rds "promote" command never promoting
| * | | | | | Fix rds "promote" command never promotingMax Rothman2015-11-241-2/+6
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Previously, the `promote` command in the `rds` module would always return OK and never actually promote an instance. This was because `promote_db_instance()` had its conditions backwards: if the instance had the `replication_source` attribute indicating that it **was** a replica, it would set `changed = False` and do nothing. If the instance **wasn't** a replica, it would attempt to run `boto.rds.promote_read_replica()`, which would always fail.
* | | | | | Merge pull request #2569 from gerph/gerph-fix-docs-fileBrian Coca2015-11-271-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update documentation for 'file' module to include 'diff_peek'.
| * | | | | | Add documentation to 'file' AnsibleModule definition for internals.Charles Ferguson2015-11-271-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parameters 'diff_peek' and 'validate' are not expected to be used by users. They are internal. To make it clear, this change adds the comments 'Internal use only' to each of those definitions to make it clear that they are actually used, just not by end-users.
| * | | | | | Update documentation for 'file' module to include 'diff_peek'.Charles Ferguson2015-11-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'diff_peek' option isn't documented at all, and provides a rudimentary check that the content isn't binary. Documentation is added to explain the option. The 'validate' option has a declaration, but isn't implemented. Therefore it may as well be removed from the module.
* | | | | | | minor doc fixes and reformatingBrian Coca2015-11-271-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | updated validate_certs feature to be 2.1
* | | | | | | Merge pull request #2519 from vmindru/validate_key_auth_moduleBrian Coca2015-11-271-0/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add validate_certs option #2518
| * | | | | | | Squashed commit of the following:Veaceslav (Slava) Mindru2015-11-261-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 406214fad214359fcf13fe8c7cd3f8f8faac5386 commit 85d1c9b0a41dd075eb2683b1a7de595ca3119614 commit 4aa5049b5ae25dee71a248238201611a466a13c4 commit 65a96974c80aea1fef88d78e218ecb665d8113e1 commit 22ea5863d1dfd628735b46cc7de51c0fd33251de Refactoring
* | | | | | | | Merge pull request #2558 from jhawkesworth/fix_setup_minutes_13315Chris Church2015-11-271-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix for 13315 - minute now included in ansible_date_time on windows hosts
| * | | | | | | Fix for 13315 - minute now included in ansible_date_time on windows hosts=2015-11-261-0/+1
|/ / / / / / /