Matt Martz
f597cb2b62
Rename rax_clb to rax_clb_nodes in docs and examples
11 years ago
Matt Martz
7153753600
If you try to delete a balancer that isn't there, don't blow up
11 years ago
Matt Martz
9a1adb1772
Updates to rax_clb module
11 years ago
Christopher H. Laco
adca8d0dd8
Added replacement rax_clb that does LB detailed creation
11 years ago
Christopher H. Laco
a7d84ed5d3
Renamed rax_clb to rax_clb_nodes since it's node management and not clb creation
11 years ago
jctanner
876d6108c6
Merge pull request #4358 from eslng/apt_add_dpkg_options
...
apt: allow specifying dpkg options
11 years ago
jctanner
e7a71a1649
Merge pull request #4489 from cove/devel
...
add docker module
11 years ago
jctanner
8f3a1d4c09
Merge pull request #4440 from AndydeCleyre/patch-2
...
Set default of 'yes' for update_cache, as is in the documentation
11 years ago
James Tanner
39fdb934be
Add doc example for lineinfile without a regexp parameter
11 years ago
James Tanner
f8eea4e155
Merge pull request #4660 from kolbyjack/lineinfile_no_regexp
11 years ago
James Tanner
3ae95c8953
Fix merge conflict
11 years ago
James Tanner
e62cbba1fc
Address #4573 Check interface keys and return gracefully on solaris zones
11 years ago
jctanner
83b00e60e3
Merge pull request #4776 from jlaska/ec2_wait_on_terminate
...
Honor wait on ec2 instance termination
11 years ago
jctanner
544b271c6a
Merge pull request #4760 from urbanmapping/devel
...
make cloudformation module accept template_parameters from command line
11 years ago
jctanner
d0581d1c4d
Merge pull request #4786 from SalesSeek/find-correct-easy-install
...
Fix determination of correct, possibly customized, 'easy_install' executable
11 years ago
jctanner
904a829c8c
Merge pull request #4811 from dragon3/duplicate_download_s3file
...
Remove duplicate "download_s3file" execution when the destination path doesn't exist
11 years ago
James Tanner
104eaaa8e1
Addresses #4735 Verify the virtualenv command supports --no-site-packages before passing it
11 years ago
jctanner
c7cf4578b8
Merge pull request #4735 from chrisalbright/patch-1
...
pip module: fix unexpected behavior when creating virtualenvs
11 years ago
jctanner
6bbb4d20ef
Merge pull request #4797 from weaselkeeper/devel
...
fix for https://github.com/ansible/ansible/issues/4795 (incorrect changed result in cron module)
11 years ago
dragon3
15b6dad3e3
Remove duplicate "download_s3file" execution when the destination path doesn't exist
11 years ago
willthames
91b827768d
Ensure async terminates when time limit is not divisible by 5
...
Because async_wrapper subtracts 5 from time_limit and checks for
equality to zero, values not divisible by 5 will go negative and
continue forever.
11 years ago
jctanner
ac3baf2f93
Merge pull request #4772 from mscherer/fix_4763
...
Try/finally is a python 2.5 construct, so not working on EL5. Fix #4763
11 years ago
James Tanner
78f4f95e64
Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind to an ipv6 port instead of ipv4
11 years ago
Jim Richardson
71bf839121
return True/False from remove_job_file()
...
revised fix for https://github.com/ansible/ansible/issues/4795
11 years ago
James Tanner
7b3fbeee16
Addresses #4676 Add module notes about the behavior of sudo and the destination paths within the synchronize module.
11 years ago
James Tanner
403469bf19
Update synchronize docstrings for rsync_timeout parameter
11 years ago
James Tanner
ae1248dee6
Add a timeout to the synchronize module to prevent infinite hangs while waiting on passwords for misconfigured users
11 years ago
Jim Richardson
dd313b1b8f
fix for https://github.com/ansible/ansible/issues/4795
...
Incorrect changed result in cron module.
Report changed=False if no cron is removed:wq
11 years ago
Cove Schneider
b69fdc270b
Fixes from docker-ansible, update license to be same as other modules
11 years ago
Michael DeHaan
1381f80e47
Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.
11 years ago
Michael DeHaan
3e930cfcfd
Merge pull request #4789 from mohangk/devel
...
Fix for connect method parameter order
11 years ago
Mohan Krishnan
2232b9ce6a
Fix for connect method parameter order
11 years ago
Steve Tjoa
de4b105e09
Changed parameter from 'user' to 'name' in the examples to coincide with the specs.
11 years ago
Mohan Krishnan
6ab967ef9f
ec2_eip connect method references module var that is not passed in
11 years ago
Pedro Romano
22c7891886
Obsolete attempts at determining the full path to the desired
...
'easy_install' executable were still left behind and need to be removed
for the customizable 'executable' task argument to correctly work:
'_get_easy_install' should take care of all the functionality related to
determining the correct 'easy_install' executable to use.
11 years ago
Michael DeHaan
e939a41bfb
Update module documentation.
11 years ago
Michael Scherer
8f5a0f9112
Try/finally is a python 2.5 construct, so not working
...
on EL5. Fix #4763
11 years ago
James Laska
582a32040b
Honor wait on ec2 instance termination
11 years ago
Yegor Minin
0b51476c0a
apt: allow specifying dpkg options
...
This will allow specifying dpkg options as a string passed over to apt
command. dpkg_options expects a comma-separated string of options to be
passed as dpkg options which will be further expanded. For example
dpkg_options='force-confdef,force-confold' will end up as
-o \"Dpkg::Options::=--force-confold\" when passed to apt
Example usage would be:
-m apt -u ubuntu -s \
-a "upgrade=dist update_cache=yes dpkg_options='force-confold'"
or
apt: upgrade=dist update_cache=yes dpkg_options='force-confold'
11 years ago
Michael DeHaan
2dd59c87a4
Merge pull request #4770 from dragon3/devel
...
ec2_vol: return volume_id/device even when volume mapping already exists
11 years ago
James Tanner
0a5adda059
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
11 years ago
dragon3
2d857c9c44
return volume_id/device even when volume mapping already exists
11 years ago
James Tanner
c3159fefab
Fixes #4516 file module: check prev_state earlier and use that if state is not specified
11 years ago
Michael DeHaan
8687525d18
Fix documentation formatting.
11 years ago
Brian Cavagnolo
c42d987788
make cloudformation module accept template_parameters from command line
...
Passing cloudformation template_parameters on the command line
like so was failing:
ansible localhost -m cloudformation -a "...template_parameters=foo=5,bar=4..."
11 years ago
Michael DeHaan
dd6af369af
Some simplification of include_vars and renamed include_files to include_vars.
11 years ago
Michael DeHaan
684cbf8154
Merge branch 'include_files' of git://github.com/bennojoy/ansible into devel
11 years ago
Michael DeHaan
b5e5a96d03
Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary types which could be key=value or dicts or JSON or references.
11 years ago
Michael DeHaan
3112f1b84c
Merge pull request #4756 from mscherer/fix_4739
...
Fix accelerate module on centos 5 by removing
11 years ago
Michael DeHaan
50ef750a25
Suggest keyscan for github/other SCM hanging.
11 years ago