Michael DeHaan
caab52aee2
While the previous work on the foon class can't be quite recycled, it's still a nice abstraction.
12 years ago
Joey Baker
95545ca689
indent err
12 years ago
Joey Baker
5655ffa8bf
outdated needed to see set `changed`
12 years ago
Joey Baker
242bfd8c68
NPM install latest made more effecient
...
`npm install` is smart enough to only update updated modules. Checking for `outdated` and running `update` repeats the same process 2x.
12 years ago
Michael DeHaan
73ca1a173c
Revert "Revert "This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks""
...
This reverts commit 6685b4989e .
12 years ago
Michael DeHaan
60d3611b70
Revert "Revert "Add the fork manager code (related to previous patch).""
...
This reverts commit c53538dc77 .
12 years ago
Michael DeHaan
6685b4989e
Revert "This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks"
...
This reverts commit 85d66b9a0c .
12 years ago
Michael DeHaan
c53538dc77
Revert "Add the fork manager code (related to previous patch)."
...
This reverts commit adb1719fe8 .
12 years ago
Jesse Keating
4593e3c357
Make sure requested version tag gets downloaded
...
There is a subtle bug in how the git module currently works. If the
version you request is a tag name, and you've already got the repo
cloned, and the tag name is a new tag, but refers to the already checked
out working copy, the git module would exit early without change. This
is bad as it means the new tag ref was not fetched and could not be used
in later tasks.
This change will check if the version is a remote tag, and if the tag
doesn't exist locally. If that is true, it'll do a fetch.
The activity could still be seen as not a change, because the working
copy won't be updated, if the new tag refers to the already checked out
copy, but that's not different than before and can be fixed as a more
comprehensive overhaul of tracking change in the git module.
12 years ago
Michael DeHaan
adb1719fe8
Add the fork manager code (related to previous patch).
12 years ago
Michael DeHaan
85d66b9a0c
This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks
...
between tasks in a playbook is avoided. The fork pool will be regenerated when a second play comes along and needs more hosts.
12 years ago
Richard Isaacson
66967bde14
Merge pull request #5905 from artursvonda/update-postgresql-docs
...
Added port documentation to postgresql_db and postgresql_user.
12 years ago
Richard Isaacson
2d88246c9d
Merge pull request #5885 from risaacson/issue5739_4
...
Addresses #5739 and cleans up copy.py
12 years ago
jctanner
4636a0d152
Merge pull request #5906 from sivel/test-module-json
...
Support for -a to accept a file with test-module
12 years ago
Matt Martz
dbed05caec
Support for -a to accept a file with test-module
...
If the CLI value for -a starts with an @, treat it like a file, and dump the contents into complex_args
This supports yaml or json.
12 years ago
James Tanner
a62af82757
Make ec2 exact_count and count mutually exclusive
12 years ago
James Tanner
b3ab7e7885
Check mutually_exclusive parameters before applying defaults
12 years ago
James Tanner
70ebb05190
Return a tagged_instances list for hosts that matched the count_tag
12 years ago
Richard Isaacson
5a15762739
Merge pull request #5826 from romeotheriault/fix_follow_redirects
...
A fix for uri module regarding following redirects. The old behavior would follow redirects either way. This change clarifies the functionality and makes it a bit more explicit. Comparing the old behavior to the new 'yes' == 'all', 'no' == 'safe' and now 'no' will not follow any redirects. Historic behavior is still supported and documented with a push to the new values.
12 years ago
Arturs Vonda
6d85082586
Added port documentation to postgresql_db and postgresql_user
12 years ago
James Tanner
084b623833
Update changelog for ec2 exact_count and count_tag
12 years ago
jctanner
6e7f684958
Merge pull request #5901 from jctanner/ec2_tag_exact_count_2
...
Add exact_count and count_tag to the ec2 module.
12 years ago
James Tanner
f101768a9d
Make an example that sets the instance Names
12 years ago
James Tanner
005ef837d9
Update docstrings
12 years ago
Richard Isaacson
6ce16e6d0e
Merge pull request #5900 from Afterburn/devel
...
Confirmed that these are small changes to the docs that help with the clarity.
12 years ago
Mike Grozak
f386e137fe
Updated the force parameter description; added one example how to create the symlinks pointing to non-absolute paths
12 years ago
Mike Grozak
d3b544e842
Found a way how to have symlinks towards files without absolute paths in prefixes; fixed incorrect force setting on the hard links, which can not point to non-existing files
12 years ago
Will Thames
d5c309e20d
Pick up default EC2 region from boto.config
...
This doesn't account for boto configs where e.g. RDS has one
default region and EC2 another - all will default to `ec2_region_name`.
However, this is just handy to allow an easy site wide default
region if existing configuration already relies on it.
Modules can be improved to mention this in the documentation and
turn off required=True where needed. But it works with `ec2`
and `ec2_vol` without change.
12 years ago
James Tanner
fd919062cb
Add exact_count and count_tag to the ec2 module.
12 years ago
Afterburn
398c71c1b7
small change to docs
12 years ago
Afterburn
2fe00ac8c9
small change to docs
12 years ago
Jack Neely
42b01dac9b
ec2.py: Make sure ec2_placement gets handled correctly
...
ec2_placement was missing from the inventory variables ec2.py was
producing. Make sure that gets properly included rather than ignored.
12 years ago
Brian Coca
0233584343
fixed main() issue created in prev fix, now values are empty string if they were None
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
12 years ago
Mike Grozak
2b4688a0bd
Started the development of the 'chdir' functionality for file module - creation symlinks without the base directory prefix
12 years ago
jctanner
0bc0315171
Merge pull request #5880 from willthames/ec2_modules_refactor
...
Create a common EC2 connection argument spec for EC2 modules
12 years ago
trbs
b7df767065
make --list-tasks honor --limit
12 years ago
xyrix
20d97416e5
fixed thinkoes
12 years ago
xyrix
0af40374ed
fixed file perms checking
12 years ago
xyrix
1de45bf687
made accelerate keys directory configurable, and permissions for the file and dir configurable, and gave them a safe default
12 years ago
James Cammarata
a72dc2ec34
Use finalize method in jinja2 to convert None values to empty strings
...
Fixes #4812
12 years ago
Will Thames
7600c664fe
Create a common EC2 connection argument spec for EC2 modules
...
Refactor the currently well-factored ec2 modules (i.e. those that already use ec2_connect) to
have a common argument spec. The idea is that new modules can use this spec without duplication
of code, and that new functionality can be added to the ec2 connection code (e.g. security
token argument)
12 years ago
James Cammarata
3260e695f4
Make tmp paths in TestRunner dynamic based on pid
...
Fixes #4723
12 years ago
James Tanner
f52deaff7b
Updating changelog and docs for the new play_hosts variable
12 years ago
jctanner
28933de84d
Merge pull request #5771 from bcoca/play_hosts2
...
added new play_hosts var
12 years ago
willthames
27fc3b8006
Module to create EC2 snapshots
...
Two methods of creating a snapshot
* use volume_id
* use device_name and instance_id
The latter is more useful with inventory
12 years ago
James Tanner
119543f0af
Update changelog to reflect #5363
12 years ago
jctanner
a1d2b5f257
Merge pull request #5363 from bcoca/acl_improved
...
acl module: acl now supports 'default'
12 years ago
Brian Coca
54a79bfc75
fixed docstring and changed type to etype avoiding python builtin
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Brian Coca
de956c57fe
changes names to name in example
12 years ago
Brian Coca
453d473728
fixes as per feedback
12 years ago