Commit Graph

3365 Commits (a570280b81f9bea745e37252884c34d689348d82)
 

Author SHA1 Message Date
James Cammarata a1f1f459d8 Fix accelerate module parameter for IPv6 activation 11 years ago
jctanner 4211af0f4a Merge pull request #5067 from justinludwig/fix-aws-credential-params
Fix AWS credential params for ec2_ami, ec2_elb, ec2_tag, ec2_vpc, route53, and s3 modules
11 years ago
gservat 3b6e9a07f6 Added support for parsing in the SLES patch level correctly
On SLES, the setup module was returning the architecture as the distribution version (i.e. platform.dist() didn't quite return the right thing). This change checks for /etc/SuSE-release and grabs the second column in the third line as distribution_version.
11 years ago
Jim Rybarski b699af75a8 fixed documentation typo about region purpose 11 years ago
Justin Ludwig bd9e6a74f7 Fix AWS credential params for s3 and other modules
The `ec2_ami`, `ec2_elb`, `ec2_tag`, `ec2_vpc`, `route53`, and `s3` modules
all canonicalize the AWS access and secret key params as
`aws_access_key` and `aws_secret_key`. However, following the fixes for #4540,
those modules now use `get_ec2_creds` from `lib/ansible/module_utils/ec2.py`,
which requires access/secret key params to be canonicalized as
`ec2_access_key` and `ec2_secret_key`. As a result, AWS credentials passed
to those six modules as parameters are ignored (they instead always use
the AWS credentials specified via environment variables, or nothing).

So this change fixes those six modules to canonicalize the
AWS access and secret key params as `ec2_access_key` and `ec2_secret_key`,
allowing them to again accept AWS credentials passed via module params.
11 years ago
Sam Hartsfield a8a6771b0e Fixed hostname module for RHEL6 Workstation 11 years ago
James Tanner fa4b30819a Fix comment yaml escaping in authorized_key module 11 years ago
James Tanner 999b04f7fa Save comment hashes in sshkeys 11 years ago
James Tanner 7de788f346 Cleanup debug statements 11 years ago
James Tanner d0c2b37688 Fixes #5032 escape and safely split key options in authorized_keys module 11 years ago
Josh Kuhn c2a59a97c4 Added note about .rsync-filter files, with example 11 years ago
James Tanner 486d248401 Fixes #5010 Add user to all defined supplementary groups 11 years ago
Bruce Pennypacker 5cea67c011 Added promote command to promote read-replicas to standalone databases (http://aws.amazon.com/about-aws/whats-new/2012/10/11/amazon-rds-mysql-rr-promotion/). Added ability for the modify command to rename a database instance via the optional new_instance_name parameter 11 years ago
Josh Kuhn eccaf457af Added -FF flag to rsync invocation in synchronize
The `-FF` option causes rsync to look for files in the source directory named `.rsync-filter` and uses them to filter directories underneath them. If no `.rsync-filter` files are found, the behavior is identical to the command run without the -FF option. This flag does not sync the .rsync-filter files themselves.

This change should be backwards compatible and not produce surprising behavior for users, since they are unlikely to create `.rsync-filter` files unintentionally.
11 years ago
greenbrian 74a2bf4369 Update unarchive
Modified argument order provided to unzip command as the -o was being interpreted as a file.
11 years ago
Michael DeHaan 69531deea1 Merge pull request #5045 from junegunn/wait_for-python2.4
Remove Python 2.4-incompatible 'with' statement
11 years ago
James Tanner b97976d720 Addresses #5036 fix typo in git module 11 years ago
James Tanner 1ead99204d Fixes 5036 add missing parameter to git module function call 11 years ago
Jens Rantil 79a3ed2654 Improved documentation of `mount` module
Mentioning the fact that mount point directories are created and
removed.
11 years ago
Junegunn Choi 2663513b5c Remove Python 2.4-incompatible 'with' statement 11 years ago
John Dewey ef99a3c3fa Nova doesn't attempt to auth on obj instantiation
Need to call nova.authenticate() to validate credentials.
11 years ago
Aleksey Ovcharenko bb3a23d40a Added existing_only options to skip creating new files on receiver 11 years ago
James Tanner 407d6041b3 Fixes #5021 safely split hostkeys with quotes 11 years ago
Michael DeHaan 6b1780d637 Merge pull request #5020 from damycra/django_manage_migrate_changed_filter
Reports changed status from django_manage migrate
11 years ago
Steven Davidson 774f27e336 Reports changed status from django_manage migrate 11 years ago
jctanner 4cdb8f1fd2 Merge pull request #4985 from zakkie/devel
fix typo in document
11 years ago
Michael Scherer b3758f6ea4 Do not use construct not compatible with python 2.4, fix #5006 11 years ago
Michael DeHaan e315d391ca Merge pull request #4998 from berenddeboer/portinstall-fix
When name has digits in it, we may incorrectly determine package is already installed
11 years ago
Joshua Lund 4b9227a673 Fixed a typo in the 'unarchive' module documentation 11 years ago
Berend de Boer ce181025ba Don't use pkg_glob when guessing name, else we may think the package
is installed when it isn't.
11 years ago
Matt Martz 6dbd7d0d8d Add ansible.module_utils.rax 11 years ago
Akihiro YAMAZAKI 190588a595 fix typo in document 11 years ago
John Dewey 0bbb930747 Handled string/dict the ansible way 11 years ago
John Dewey cfa588c1a3 The setting of params via dict or string by tags
Updated per @mpdehaan suggestions.
* Rather than passing in JSON, supply the policy options as a hash
  or string.
* Bumped version_added to 1.5.
11 years ago
James Tanner d33d9ddba9 Fix pep8 E701 errors in bigip_monitor_http 11 years ago
jctanner a804c55c96 Merge pull request #4621 from sergevanginderachter/bigip_monitor
Introduce Big-IP F5 http monitor module
11 years ago
Matt Thompson cc36bb8e95 Add missing exception name 11 years ago
Bruce Pennypacker cdf10d3a31 use new airbrake API URL 11 years ago
Michael DeHaan 3183d4776f Merge pull request #4971 from erjohnso/devel
fixes #4954 plus updates for gcutil/v1beta16 tests
11 years ago
Eric Johnson 3267d40ff2 fixes #4954 plus updates for gcutil/v1beta16 tests 11 years ago
James Tanner 1963546564 Add warning comment to rhn_register module about fixing pep8 errors 11 years ago
James Tanner 6ca17b90d0 Fix pep8 error in hostname module 11 years ago
James Tanner 7d3a44d4bf Fix pep8 errors in bigip_monitor_tcp 11 years ago
James Tanner aa0af14734 Fix pep8 errors in unarchive module 11 years ago
James Tanner db28902044 Fix pep8 error in ec2_vpc 11 years ago
James Cammarata 2bd830369a Checking for a transitional running state in supervisorctl
Fixes #3977
11 years ago
jctanner 5ed73281b0 Merge pull request #4780 from mscherer/fix_accelerate_various
Fix various warning on accelerate module, found by pyflakes
11 years ago
jctanner 3b06d8f028 Merge pull request #4898 from stoned/homebrew-install_options-fix
Fix homebrew module's install_options handling
11 years ago
John Dewey 52b125a9da Cleaned up docs just a smidge
Mostly added periods where missed, and corrected /vhost spacing.
11 years ago
Michael DeHaan f99f302d88 Merge pull request #4968 from jsmartin/no_parameters_needed
cloudformation parameters no longer required.
11 years ago