jctanner
5fb01db898
Merge pull request #5090 from dragon3/hostname_support_amazon_linux
...
hostname module: add support for Amazon Linux
2013-12-03 12:34:55 -08:00
James Tanner
f210e0c862
Fixes #5109 synchronize module ssh port
...
Added a parameter for dest_port and also check ansible_ssh_port inventory variable.
2013-12-03 14:48:20 -05:00
Evgenii Terechkov
dc17b0751d
Use ovirtsdk if it installed, but fall out gracefully if it is not
2013-12-03 20:21:16 +08:00
Kamil Kisiel
8aff264216
Don't modify hgrc when running purge
2013-12-02 23:50:33 -08:00
jctanner
21144a3014
Merge pull request #5078 from brandonhilkert/fix-ec2-tags
...
Fix checking for existence of EC2 tags
2013-12-02 14:50:47 -08:00
jctanner
4125713b6e
Merge pull request #5107 from maetthu/devel
...
authorized_key module: rewrite options to dict parser, fixes #5032
2013-12-02 14:02:43 -08:00
jctanner
cd5c817a36
Merge pull request #5063 from samh/devel
...
Fixed hostname module for RHEL6 Workstation
2013-12-02 13:38:32 -08:00
Joshua Conner
2c09d829cb
add supported docker version to docs
2013-12-02 13:08:47 -08:00
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
jctanner
33f9fd31e9
Merge pull request #4996 from sivel/rax-module-utils
...
Implement ansible.module_utils.rax
2013-12-02 11:55:59 -08:00
jctanner
70220dc5fd
Merge pull request #4938 from giorgio-v/pkgin_y_default
...
Added `-y` flag to `query_package`
2013-12-02 11:47:04 -08:00
James Tanner
0242f10781
Fixes #4796 handle unicodedecode errors from dmidecode output
2013-12-02 11:56:38 -05:00
James Tanner
576cd98d62
Merge pull request #4502 from dxsarmit/ansible
...
New library/cloud/ec2 module parameter (assign_public_ip) for non-default VPC instance launching.
2013-12-02 09:43:20 -05:00
Michael DeHaan
4704dfefb0
Merge pull request #5046 from JensRantil/improve-mount-doc
...
mention that the mount module will remove mount directories
2013-12-01 14:27:40 -08:00
Matthias Blaser
1e1def3fbd
rewrite options to dict parser, fixes #5032
2013-11-30 09:03:35 +01:00
Kahlil (Kal) Hodgson
147783528c
postgres_db CHECKMODE changed status
...
Make the changed status for postgres_db under CHECKMODE match the
status that would be returned normally.
2013-11-29 11:29:03 +11:00
Michael DeHaan
4c35b7f380
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
.
2013-11-27 21:23:03 -05:00
Michael DeHaan
9e4d71203d
No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
2013-11-27 21:19:32 -05:00
dragon3
b5eb3c41e3
hostname module: add support for Amazon Linux
2013-11-28 09:31:25 +09:00
Brandon Hilkert
a6879d14ca
Fix checking for existence of EC2 tags
2013-11-27 11:01:42 -05:00
James Cammarata
a1f1f459d8
Fix accelerate module parameter for IPv6 activation
2013-11-27 09:32:07 -06:00
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
2013-11-27 07:14:19 -08:00
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.
2013-11-27 23:44:34 +11:00
Jim Rybarski
b699af75a8
fixed documentation typo about region purpose
2013-11-27 00:35:33 -06:00
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.
2013-11-26 19:29:06 -08:00
Sam Hartsfield
a8a6771b0e
Fixed hostname module for RHEL6 Workstation
2013-11-26 11:36:10 -05:00
James Tanner
fa4b30819a
Fix comment yaml escaping in authorized_key module
2013-11-26 08:54:19 -05:00
James Tanner
999b04f7fa
Save comment hashes in sshkeys
2013-11-25 23:46:48 -05:00
James Tanner
7de788f346
Cleanup debug statements
2013-11-25 22:16:04 -05:00
James Tanner
d0c2b37688
Fixes #5032 escape and safely split key options in authorized_keys module
2013-11-25 22:13:42 -05:00
James Tanner
486d248401
Fixes #5010 Add user to all defined supplementary groups
2013-11-25 14:56:46 -05:00
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
2013-11-25 13:16:41 -05:00
greenbrian
74a2bf4369
Update unarchive
...
Modified argument order provided to unzip command as the -o was being interpreted as a file.
2013-11-25 10:44:39 -06:00
Michael DeHaan
69531deea1
Merge pull request #5045 from junegunn/wait_for-python2.4
...
Remove Python 2.4-incompatible 'with' statement
2013-11-25 08:28:14 -08:00
James Tanner
b97976d720
Addresses #5036 fix typo in git module
2013-11-25 09:55:05 -05:00
James Tanner
1ead99204d
Fixes 5036 add missing parameter to git module function call
2013-11-25 09:51:07 -05:00
Jens Rantil
79a3ed2654
Improved documentation of mount
module
...
Mentioning the fact that mount point directories are created and
removed.
2013-11-25 13:58:00 +01:00
Junegunn Choi
2663513b5c
Remove Python 2.4-incompatible 'with' statement
2013-11-25 17:01:24 +09:00
John Dewey
ef99a3c3fa
Nova doesn't attempt to auth on obj instantiation
...
Need to call nova.authenticate() to validate credentials.
2013-11-22 21:57:02 -08:00
James Tanner
407d6041b3
Fixes #5021 safely split hostkeys with quotes
2013-11-22 16:36:31 -05:00
Michael DeHaan
6b1780d637
Merge pull request #5020 from damycra/django_manage_migrate_changed_filter
...
Reports changed status from django_manage migrate
2013-11-22 13:22:07 -08:00
Steven Davidson
774f27e336
Reports changed status from django_manage migrate
2013-11-22 19:35:19 +00:00
jctanner
4cdb8f1fd2
Merge pull request #4985 from zakkie/devel
...
fix typo in document
2013-11-22 09:25:44 -08:00
Michael Scherer
b3758f6ea4
Do not use construct not compatible with python 2.4, fix #5006
2013-11-22 16:06:41 +01:00
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
2013-11-21 16:00:11 -08:00
Joshua Lund
4b9227a673
Fixed a typo in the 'unarchive' module documentation
2013-11-21 16:22:20 -07:00
Berend de Boer
ce181025ba
Don't use pkg_glob when guessing name, else we may think the package
...
is installed when it isn't.
2013-11-22 11:13:21 +13:00
Matt Martz
6dbd7d0d8d
Add ansible.module_utils.rax
2013-11-21 15:46:25 -06:00
Akihiro YAMAZAKI
190588a595
fix typo in document
2013-11-21 16:09:43 +09:00