Commit Graph

7570 Commits (f332bb0d7cc9295ade8d0c0cc468be7ae1a86c54)
 

Author SHA1 Message Date
James Tanner 40886c42b5 Fixes #4561 Compare task name without role prefix for start-at-task 11 years ago
James Tanner 40574c1938 Fixes #4448 reloaded services should be started if not running 11 years ago
James Tanner 1f6edf7d76 Fixes #4665 and #4666 If task is conditional do not flatten items list for packaging modules 11 years ago
Sebastien Goasguen 36e1088692 Generic libcloud script for ansible inventory 11 years ago
James Tanner 9b1fe455c6 Fixes #4549 Do not call lookup plugins when templating a task's name 11 years ago
Michael DeHaan baccced4d4 Merge pull request #4671 from sergevanginderachter/pb_basedir
include basedir as 'playbook_dir' variable
11 years ago
Serge van Ginderachter 6277e770a1 include basedir as 'playbook_dir' variable
closes #4246
11 years ago
James Cammarata aa0577c211 Merge branch 'fix_autorized_keys' of https://github.com/mscherer/ansible into mscherer-fix_autorized_keys 11 years ago
James Cammarata b58b287fce Fixing up authorized_keys to accept comments with spaces 11 years ago
Michael Scherer 951a91723d make sure that options are quoted, as people can add a shell
script there with a comma that would produce invalid configuration
upon being wrote again
11 years ago
Michael Scherer 7672e9fef8 sort the option_key to have a constant predictable line 11 years ago
Michael Scherer 264945a1f7 adding a single comma at the end of the options list confuse the module
it start to duplicate line, because this create
a empty option in the list, and so the module add a new line along the previous
one. See

>>> ' a,b, '.strip().split(',')
['a', 'b', '']
11 years ago
Jan-Piet Mens bd5cd8e652 Lookup plugin for etcd
with support for configurable etcd URL in ansible.cfg (and environment)
11 years ago
Michael-Keith Bernard d1d4af8b11 Change ssh header to ssh_connection header 11 years ago
jctanner f61a4c1eb3 Merge pull request #4631 from mmoya/mysql_variables-fix3
Fail if requested variable is not available
11 years ago
jctanner 509271f740 Merge pull request #4624 from SirScott/freebsd_service_module_uwsgi
Fix broken FreeBsdService class
11 years ago
James Tanner 8157d5e52a Set version_added for ec2_eip's in_vpc parameter 11 years ago
jctanner 0b4f84d780 Merge pull request #4593 from pas256/eip-vpc
Add VPC support for EIP module
11 years ago
James Tanner 6f523111d3 Set bigip_pool_member version added to 1.4 11 years ago
James Tanner b803aac6ec Fixes #4500 change ec2 module params to type=bool
Revert 4833c2fdf0
11 years ago
Cove Schneider 94574f7296 update with current fixes from docker-ansible 11 years ago
Jon Kolb ba7d05222a Fixes #3847: lineinfile without regex 11 years ago
James Cammarata b9dd514713 Minor fix for putting 0-length files over accelerated connections
Fixes #4652
11 years ago
James Tanner 4833c2fdf0 Fixes #4500 python bools return uppercase True and False, so allow those for BOOLEANS in module common 11 years ago
jctanner e34cde6bef Merge pull request #4112 from jsdalton/add_az_support_to_ec2_elb
Add enable_availability_zone parameter to ec2 module.
11 years ago
jctanner de1e3f0cbc Merge pull request #4054 from mhite/bigip_pool_member
New bigip_pool_member module
11 years ago
James Tanner 214b0b052c Fixes #4608 add lookup to template globals to make plugins work again 11 years ago
Dave Simons 4d4518ed52 fix conversion from file to hardlink when force=yes
Signed-off-by: Dave Simons <dave@inuits.eu>
11 years ago
Maykel Moya 3db7ec8356 Fail if requested variable is not available 11 years ago
bennojoy 0c275424c6 fix to work like copy module 11 years ago
Lars Francke f52b401755 Delete extra word in index.rst 11 years ago
Lars Francke e052251662 Tiny RST link fix in modules documentation 11 years ago
Lars Francke d7478e591c Update intro_configuration.rst
Minor RST fixes
11 years ago
Scott Sturdivant 4d24e2e29f If the output of rcvar isn't a key=value pair, ignore it. 11 years ago
James Tanner 4f13967386 Fixes #4536 Get the remote_user from multiple sources in a preferred order 11 years ago
Rene Moser a10e017d6e apt: autoinstall python-apt if not available 11 years ago
Lars Francke cda707f99e Move info on limit from the ad hoc command page to the pattern page 11 years ago
Lars Francke 544458e859 Update intro_adhoc.rst
Update link texts (hopefully got those correct from Sphinx documentation) and remove section on Limiting hosts as that's covered elsewhere
11 years ago
bennojoy 788e783b6d fix for overwrite in put operation 11 years ago
Lars Francke afbc2b448d Update intro_dynamic_inventory.rst
Minor fixes, style and typos
11 years ago
Lars Francke 5c905fd165 Fix a few minor issues in the Getting started document 11 years ago
Michael DeHaan c876ce4b8a Update CONTRIBUTING.md
update bug reporting suggestions a bit
11 years ago
Timothy Appnel cbae9c913e synchronize module src and dest handles template markers. 11 years ago
Eugene Archibald 30eb5c7342 Fixed (broken) tab to (correct) spaces for indentation 11 years ago
Michael DeHaan 60944b81f0 Provide warning about "with_items: '{{ loop }}'" being redundant only when {{ starts the expression value. Fixes #4582. 11 years ago
Michael DeHaan 2bd8cb5790 Make the deprecation detector in templates more accurate. Fixes #4514. 11 years ago
Michael DeHaan 4125b05bf3 Allow a defaults file to solely define a role. Some typo fixes. 11 years ago
Michael DeHaan 64bbeb9d24 Suggest fixing unbalanced quotes in a bit less cases. Fixes #4501 11 years ago
Michael DeHaan 7f9504d14d Fix a typo. 11 years ago
Michael DeHaan 8d3db80370 Some misc cleanup and removal of unused imports. 11 years ago