James Tanner
0b64408f5a
Fixes #5531 Give the user a better error message when sshpass does not know the remote hostkey
11 years ago
jctanner
3ed902eee2
Merge pull request #5551 from jeromew/ansible_ssh_alt
...
remove useless create/delete remote tmp dir roundtrip in copy module
11 years ago
jeromew
69febcefde
remove useless create/delete remote tmp dir roundtrip in copy module
11 years ago
jctanner
d9928539c1
Merge pull request #5536 from jeromew/ansible_ssh_alt
...
Make sure 'tmp' is in the remote tmp dirname to ensure correct cleanup
11 years ago
Michael DeHaan
7bf2250ddf
Merge pull request #5543 from jlund/improved-password-documentation
...
Improved the documentation for password generation
11 years ago
jctanner
4f16ca7503
Merge pull request #5544 from lichesser/patch-1
...
Remove testing code
11 years ago
lichesser
7201972a56
Remove debugging code
...
I guess this is left over from testing
11 years ago
Joshua Lund
3b4f3f8ca3
Improved the documentation for password generation
11 years ago
Michael DeHaan
ea4eb3f8ad
Merge pull request #5541 from tima/clog144
...
Retroactively added v1.4.4 to CHANGELOG.md that was omitted during release.
11 years ago
Timothy Appnel
8b0c304a89
Retroactively added v1.4.4 to CHANGELOG.md that was omitted during release.
11 years ago
jeromew
c9b01febb3
Make sure 'tmp' is in the remote tmp dirname to ensure correct cleanup
11 years ago
James Tanner
c8bd14925d
Fixes #5369 Do not pass --force-yes to aptitude
11 years ago
James Tanner
dee960716b
Fixes #5353 create etc/hostname file in debian if it does not exist
11 years ago
jctanner
7520bac8ce
Merge pull request #5404 from sivel/rax-improvements
...
rax module: improvements
11 years ago
Michael DeHaan
1e6926b9ab
Merge pull request #5528 from dverhelst/devel
...
Adding support for detecting RHEV Hypervisor in ansible_virtualization_type
11 years ago
Michael DeHaan
659cb3118f
Merge pull request #5520 from kormoc/fix_symetric_tyop
...
While looking into filters, I noticed that the documentation has a typo....
11 years ago
jctanner
21b4212ff5
Merge pull request #5517 from lichesser/fix_set_depreciation_warning
...
Fixes #5513 . set is built-in since 2.4 and deprecated since 2.6
11 years ago
Michael DeHaan
f77e744666
Merge pull request #5516 from chouseknecht/devel
...
Modified docsite layout to use Google custom search.
11 years ago
Chris Houseknecht
a0d0a70882
Modified docsite layout to use Google custom search.
11 years ago
jctanner
83dec044ab
Merge pull request #5504 from smoothify/synchronize-sudo
...
Synchronize Module: Improved sudo override behaviour.
11 years ago
jctanner
9a69b1b0ec
Merge pull request #5311 from willthames/ec2_refactor
...
ec2 modules: Move more responsibility to common EC2 module
11 years ago
jctanner
aa1f9f24c3
Merge pull request #5264 from drewlll2ll/file-fix
...
file module: Fixed missing prev_state == 'directory' in file
11 years ago
James Tanner
d6b78e9dd6
Fixes #5238 Improve error messaging about unquoted variable references in playbooks
11 years ago
jctanner
57d54c1da5
Merge pull request #5236 from willthames/ec2_inv_rds_fail_safe
...
ec2 inventory: Fail EC2 inventory better with restricted EC2 users
11 years ago
jctanner
fd4ae165e4
Merge pull request #5153 from willthames/ec2_inventory_multiuser
...
Allow multiple users to use ec2 inventory scripts
11 years ago
James Tanner
5c64d703b9
Fixes #5227 Corrected doc example of with_first_found
11 years ago
James Tanner
ab51bd23a2
Fixes #5196 return a unique list of hostnames for a single host pattern
11 years ago
James Cammarata
ccbc99fe4f
Fixed splitting of role/user name when username has a '.' in it
...
This may still be an issue if users create roles with a '.' in the name though.
We will probably have to disallow that in the role naming convention.
11 years ago
James Tanner
d8d1152940
Update latest released version of ansible to 1.4.4 on docsite
11 years ago
smoothify
93a55e8dff
Don't override sudo if transport is set to local.
...
https://github.com/ansible/ansible/pull/5251
11 years ago
Michael DeHaan
c039e276a2
Fact gathering on a second play against the same hosts should not be implicitly off since this is an undocumented beheavior and potentially
...
rather unwanted when a play could change a fact.
gather_facts: True/False can still be explicitly used per play.
Reverts 564a212b3c
11 years ago
Michael DeHaan
87258f6d42
Resolve merge commit
11 years ago
Michael DeHaan
1c632af2c9
Merge pull request #5468 from jeromew/ansible_ssh_alt
...
fix issue #5372 on ssh_alt: accept -K option for a user with NOPASSWD
11 years ago
Michael DeHaan
e0cd4a45c6
Merge pull request #5489 from daghoidahl/devel
...
Use "brew list <name>" instead of grepping the output of "brew list". Fix for #5488
11 years ago
Michael DeHaan
a3d90e8a87
Merge pull request #5498 from j2sol/exit_setup_early
...
Return early from setup step when possible
11 years ago
Michael DeHaan
227e8e31c9
Merge branch 'use_comps' of git://github.com/j2sol/ansible into devel
11 years ago
Michael DeHaan
10350d1639
Update various copyrights. Not complete, but sufficient.
11 years ago
Jesse Keating
23720ff19d
Use list comprehensions for efficiency
...
For loops can be inefficient, particularly when doing a dot command with
them. https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Loops and
https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Avoiding_dots ...
This patch makes use of list comprehensions to be as efficient as
possible while still retaining order. Efficiency was lost a bit when
switching away from sets() but this gains some of it back.
11 years ago
Michael DeHaan
c4eb3b47ed
Merge pull request #5497 from paulbeattie/devel
...
Fixed typo in example documentation
11 years ago
Jesse Keating
35328ed503
Return early from setup step when possible
...
The _list_available_hosts call can be lengthy, and in the case where
gather_facts is disabled the call is pointless. So re-arrange the logic
to return early from _do_setup_step when gather_facts is false.
11 years ago
Michael DeHaan
c41a23a35a
Complete removal/refactoring of conditional deprecations.
11 years ago
Paul Beattie
e96377685e
Fixed typo in example documentation
11 years ago
Michael DeHaan
8e5b7d3095
Remove code underlying when_* and only_if, which are deprecated features slated for removal in the 1.5 release.
11 years ago
James Tanner
191be7b951
Resolves issues with newer versions of pip not having a --use-mirrors paramater for the install command
11 years ago
Michael DeHaan
28b9fd4e30
We have had only_if, when_foo, etc, deprecated for a while and said they would be removed in 1.5. Now they are, with friendly error messages still.
...
Users of these features should use "when:" as documented at docs.ansible.com.
Similarly, include + with_items has been removed. The solution is to loop
inside the task files, see with_nested / with_together, etc.
11 years ago
Michael DeHaan
5d50bcf6dc
Correct typo in variable in docs.
11 years ago
James Tanner
21fdb2bbc7
Fixes #5200 Handle template contents with unicode strings better
11 years ago
Michael DeHaan
1270e2350c
Remove man3 stuff since this is available via ansible-doc, rpm target should
...
build manpages.
11 years ago
Michael DeHaan
0882eefdff
Merge conflict
11 years ago
James Tanner
fc473b3246
Fixes #5146 Handle missing stdin when running under celery with rabbitmq or redis
11 years ago