James Cammarata
36e6709771
Don't use pipelining when ANSIBLE_KEEP_REMOTE_FILES is enabled
2014-01-15 16:03:18 -06:00
James Cammarata
df13b19fe1
Moving {ssh,paramiko}_alt connection types to be the defaults
...
The previous implementations will be kept for now as _old
2014-01-15 16:03:18 -06:00
James Cammarata
c27db84e41
Adding paramiko_alt - pipelining support for paramiko connections
2014-01-15 16:03:17 -06:00
James Tanner
c627358c37
sysctl module: append newline character to lines in the file
2014-01-15 10:25:27 -05:00
Michael DeHaan
6f49642286
All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
...
Fixing for standardization purposes.
2014-01-15 09:52:17 -05:00
Michael DeHaan
1740a7a3f1
Merge pull request #5626 from resmo/fix/subversion-5549
...
subversion: use LANG=C to prevent regex failures
2014-01-15 04:53:21 -08:00
Michael DeHaan
bb487ee6cc
Merge pull request #5628 from tyll/mailinglist_info
...
Mailinglist info
2014-01-15 04:50:37 -08:00
Till Maas
8040a1a1d7
Add note for more mailing list info
2014-01-15 11:17:08 +01:00
Till Maas
c930f0e26b
add mailing list subscription link
2014-01-15 11:11:34 +01:00
René Moser
0f2bc0dad8
subversion: use LANG=C to prevent regex failures
...
Fixes bug GH-5549.
2014-01-15 10:05:31 +01:00
Michael Vermaes
c55d144c50
Fail yum on invalid url with .rpm suffix
2014-01-15 12:20:31 +08:00
Matt Paine
d392e067bf
Enable changes to ttl of a record to be propogated to route53
2014-01-15 09:51:59 +10:00
jctanner
332d3d6a0e
Merge pull request #5490 from rgbj/devel
...
user module/OpenBSD: using login_class always makes status 'changed'
2014-01-14 14:44:51 -08:00
jctanner
7d09c97621
Merge pull request #5472 from RSpiertz/apt_repository
...
apt_repository: don't crash if default_file doesn't exist
2014-01-14 14:26:19 -08:00
jctanner
91c5c9da08
Merge pull request #5465 from deonbredenhann/false_mandatory_variable
...
Treat a False mandatory variable as defined.
2014-01-14 14:15:52 -08:00
jctanner
09f7b11d1d
Merge pull request #5435 from jkleckner/fix-mysql-dump-import
...
mysql_db module: make dump and import to use port argument
2014-01-14 13:06:33 -08:00
jctanner
6e39adb89e
Merge pull request #5426 from lichesser/debian_release_4565
...
setup module: Partial fix for #4565 , reporting Debian release version. Works only for Debian 7 and later
2014-01-14 13:00:08 -08:00
James Tanner
fbba0bb3fc
Fixes #5601 Do not append extra args when checking for pip command options
2014-01-14 14:22:37 -05:00
jctanner
2e1d92c2ec
Merge pull request #5141 from kisielk/hg
...
hg module: Don't modify hgrc when running purge
2014-01-14 10:24:37 -08:00
jctanner
e4d0ce5b08
Merge pull request #5383 from janitha/devel
...
Fixes #5381 bug when easy_install is used with virtualenv
2014-01-14 08:52:12 -08:00
jctanner
1d9e78f2ab
Merge pull request #5376 from bob-smith/galaxyhelp
...
Display context appropriate help and inform the user they can do '--help <command>'
2014-01-14 08:37:42 -08:00
jctanner
daf90e776e
Merge pull request #5349 from sergevanginderachter/httpmonbugfix
...
bigip_monitor_http: two small bug fixes
2014-01-14 08:31:30 -08:00
jctanner
59d99c17b3
Merge pull request #5337 from bob-smith/bugfixFQDNParsing
...
Fix inventory parsing so that FQDN can be parsed without throwing ssh port error
2014-01-14 08:28:38 -08:00
jctanner
48cebedae1
Merge pull request #5323 from zroger/django-manage-virtualenv-fix
...
django_manage module: need not require virtualenv in PATH
2014-01-14 08:02:36 -08:00
jctanner
a6bc63512e
Merge pull request #5308 from zecrazytux/fix/hash_merge_dynamic_inventory
...
Let merge hash_bahaviour work with dynamic inventory
2014-01-14 07:58:25 -08:00
James Tanner
17c50cc81e
sysctl module: fail if reloading the file did not succeed
2014-01-14 10:48:57 -05:00
jctanner
671b0454c6
Merge pull request #4987 from jpmens/lookup-csvfile
...
New lookup plugin csvreader
2014-01-14 07:17:52 -08:00
jctanner
9ed379b7f8
Merge pull request #5282 from rhaido/hard_link_fix
...
file module: Added to the file module the functionality to force conversion hard link...
2014-01-14 07:15:46 -08:00
Michael DeHaan
a7fbafe955
Merge pull request #5616 from resmo/fix/zypper_repo
...
zypper_repository: claims to support check_mode, but does not.
2014-01-14 06:02:42 -08:00
Michael DeHaan
5a305a60f7
Merge pull request #5604 from dbrgn/devel
...
apt_key module: Case insensitive presence checking
2014-01-14 06:01:08 -08:00
Michael DeHaan
28013885a1
Merge pull request #5613 from Oneiroi/mysql_user_grant_documentation
...
Documentation update to yield example of "WITH GRANT OPTION" which is undocumented previous
2014-01-14 06:00:22 -08:00
Rene Moser
62fd0b1269
zypper_repository: claims to support check_mode, but does not. Fixes GH-5614.
2014-01-14 14:20:18 +01:00
David Busby
b4f86abafd
Documentation update to yield example of "WITH GRANT OPTION" which is undocumented previous
2014-01-14 12:04:32 +00:00
Danilo Bargen
7436da08fe
apt_key module: Case insensitive presence checking
...
Right now key_present() is case sensitive, only uppercase key IDs work. By using "grep -i", lowercase IDs should work too.
2014-01-14 01:11:40 +01:00
James Tanner
ca05584495
Fixes #5469 Refactor sysctl module into object oriented code,
...
and add a sysctl_set parameter to manage the values in /proc
2014-01-13 18:53:02 -05:00
willthames
8fb5a66944
keypair is not absolutely required when creating ec2 instances
2014-01-14 09:12:01 +10:00
Michael DeHaan
3a83cf1d6c
Add implicit and hopefully obvious note to changelog.
2014-01-13 18:01:02 -05:00
Michael DeHaan
c4425632e0
Add quickstart video back into docs nav.
2014-01-13 17:54:49 -05:00
Michael DeHaan
534945a245
Update Google analytics code.
2014-01-13 16:04:16 -05:00
Michael DeHaan
ca112f64a6
Merge pull request #5594 from willthames/allow_float_type
...
Allow float as an argument type in AnsibleModule
2014-01-13 11:25:01 -08:00
Michael DeHaan
bd426531c2
Merge pull request #5598 from rwstauner/patch-1
...
Reference --ask-sudo-pass for ansible_sudo_pass
2014-01-13 10:55:12 -08:00
Randy Stauner
df67830dbf
Reference --ask-sudo-pass for ansible_sudo_pass
...
It looks like the description for `ansible_sudo_pass` was copy/pasted from `ansible_ssh_pass` and not fully updated.
2014-01-13 09:19:56 -07:00
willthames
31f5ecea60
Allow float as an argument type in AnsibleModule
2014-01-13 14:15:23 +10:00
jctanner
2f5fe5f7c9
Merge pull request #5587 from kormoc/fix_git_check_hostkey_etc
...
Fixes for git module
2014-01-12 13:00:58 -08:00
Rob Smith
c15cffabdd
This fixes bugs added as a part of 8665b0638a
...
1. if accept_hostkey is false, no matter if the host key is known or not, it will fail.
2. We don't check for the host key in /etc/ssh/ssh_known_hosts
This fixes both of those issues.
2014-01-12 02:12:44 -08:00
James Tanner
3719f3f496
Do not fetch or add keys for http based git urls
2014-01-11 15:15:23 -05:00
Tim Bielawa
0cf692ada6
Spiff up the 'Developing Plugins' page
...
* Add more cross-documentation references
* Fix some broken links
* Add links to github/source code references
2014-01-11 12:59:03 -05:00
James Tanner
eeee1e1c5a
Set accept_hostkey to False by default in the git module and fail
...
early if the key is unknown
2014-01-11 11:02:01 -05:00
James Tanner
8665b0638a
Add an "accept_hostkey" parameter to the git module to help automatically
...
accept hostkeys for git repos and prevent task hangs when the key is unknown
2014-01-11 10:36:45 -05:00
Michael DeHaan
b0940f0c68
Merge pull request #5567 from risaacson/doc_corrections
...
A few documentation corrections
2014-01-10 14:52:41 -08:00