Commit Graph

2969 Commits (3541bfcb0938fa4c6f8402a743ef34c4e839fcc9)

Author SHA1 Message Date
Michael DeHaan 5efcf265d1 Merge pull request #5046 from JensRantil/improve-mount-doc
mention that the mount module will remove mount directories
11 years ago
Michael DeHaan 36effd237c There's a cleaner way to do this, commit to module formatter pending.
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago."

This reverts commit ff0a41d446.
11 years ago
Michael DeHaan ff0a41d446 No longer need to reference 'version_added' in docs for these, as this was quite a while ago. 11 years ago
James Cammarata 30948ae0dc Fix accelerate module parameter for IPv6 activation 11 years ago
jctanner 696ce0effe 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
Jim Rybarski 483bb58f2d fixed documentation typo about region purpose 11 years ago
Justin Ludwig 26374d89a0 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
James Tanner 7be13faae8 Fix comment yaml escaping in authorized_key module 11 years ago
James Tanner 4ba51eef6f Save comment hashes in sshkeys 11 years ago
James Tanner 16b22d0d64 Cleanup debug statements 11 years ago
James Tanner b938554311 Fixes #5032 escape and safely split key options in authorized_keys module 11 years ago
James Tanner d187066339 Fixes #5010 Add user to all defined supplementary groups 11 years ago
greenbrian d80eb4a7fd Update unarchive
Modified argument order provided to unzip command as the -o was being interpreted as a file.
11 years ago
Michael DeHaan 41e83d9df1 Merge pull request #5045 from junegunn/wait_for-python2.4
Remove Python 2.4-incompatible 'with' statement
11 years ago
James Tanner 5c1fbcc9d2 Addresses #5036 fix typo in git module 11 years ago
James Tanner d950a3d1b5 Fixes 5036 add missing parameter to git module function call 11 years ago
Jens Rantil 883f37e404 Improved documentation of `mount` module
Mentioning the fact that mount point directories are created and
removed.
11 years ago
Junegunn Choi 9c798b119c Remove Python 2.4-incompatible 'with' statement 11 years ago
James Tanner 32986c4d64 Fixes #5021 safely split hostkeys with quotes 11 years ago
Michael DeHaan e54a574bb2 Merge pull request #5020 from damycra/django_manage_migrate_changed_filter
Reports changed status from django_manage migrate
11 years ago
Steven Davidson f5d9679abc Reports changed status from django_manage migrate 11 years ago
jctanner 815b32685b Merge pull request #4985 from zakkie/devel
fix typo in document
11 years ago
Michael Scherer 9731f388c1 Do not use construct not compatible with python 2.4, fix #5006 11 years ago
Michael DeHaan e0b0a89231 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 02adc1fdcf Fixed a typo in the 'unarchive' module documentation 11 years ago
Berend de Boer 2222532745 Don't use pkg_glob when guessing name, else we may think the package
is installed when it isn't.
11 years ago
Akihiro YAMAZAKI 97b6e13e46 fix typo in document 11 years ago
James Tanner 35dc7d235c Fix pep8 E701 errors in bigip_monitor_http 11 years ago
jctanner d9f75ad284 Merge pull request #4621 from sergevanginderachter/bigip_monitor
Introduce Big-IP F5 http monitor module
11 years ago
Matt Thompson 8cd465938b Add missing exception name 11 years ago
Michael DeHaan 82a9387532 Merge pull request #4971 from erjohnso/devel
fixes #4954 plus updates for gcutil/v1beta16 tests
11 years ago
Eric Johnson 8ff58eb46e fixes #4954 plus updates for gcutil/v1beta16 tests 11 years ago
James Tanner 9727a4415c Add warning comment to rhn_register module about fixing pep8 errors 11 years ago
James Tanner 1d24bcc916 Fix pep8 error in hostname module 11 years ago
James Tanner cc2fdb9d83 Fix pep8 errors in bigip_monitor_tcp 11 years ago
James Tanner e81c976636 Fix pep8 errors in unarchive module 11 years ago
James Tanner 52032b80d4 Fix pep8 error in ec2_vpc 11 years ago
James Cammarata bfb1d469e6 Checking for a transitional running state in supervisorctl
Fixes #3977
11 years ago
jctanner 2855684538 Merge pull request #4780 from mscherer/fix_accelerate_various
Fix various warning on accelerate module, found by pyflakes
11 years ago
jctanner 8277bf29d2 Merge pull request #4898 from stoned/homebrew-install_options-fix
Fix homebrew module's install_options handling
11 years ago
Michael DeHaan 6d3fc34458 Merge pull request #4968 from jsmartin/no_parameters_needed
cloudformation parameters no longer required.
11 years ago
Michael DeHaan 5e0c6e0af3 Merge pull request #4868 from hnakamur/rhel5_hostname_fix
hostname module fix for RHEL5
11 years ago
Michael DeHaan afcda172e1 Merge pull request #4934 from mscherer/fix_urpmi_2
return failed if a package couldn't be installed
11 years ago
James Martin 592124f129 cloudformation parameters no longer required. 11 years ago
Michael DeHaan b29669dccd Remove the 'host' module for now because the alias handling involves a bit too much automagic. Proposal is to come up with a spec
of how it should work and accept to spec, using the existing patch (cherry-picked) as a baseline.
11 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
11 years ago
Michael DeHaan 2726b13245 Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change. 11 years ago
Michael DeHaan aee1fcad05 Update changelog, rename vpc module to ec2_vpc. 11 years ago
James Tanner 0ce1123693 Fixes #4851 Set syslog debug mode for accelerate properly 11 years ago
James Tanner 99dfa1afec Revert "Merge pull request #4912 from zehome/openbsd_pkg_flavourfix"
This reverts commit de2f4cf04d, reversing
changes made to 2c33737bfa.
11 years ago