Kyle Kelley
b5eb4d2a71
Fix expires
11 years ago
James Cammarata
be0be16e89
Merge branch '5853-python-2.5-apt_repository-fix' of https://github.com/timurbatyrshin/ansible into timurbatyrshin-5853-python-2.5-apt_repository-fix
11 years ago
James Cammarata
3b2d409906
Fixing several bugs in assemble and updating tests
...
Bugfixes:
* the remote_src param was not being converted to a boolean correctly,
resulting in it never being used by the module as the default behavior
was remote_src=True (issue #5581 )
* the remote_src param was not listed in the generic file params, leading
to a failure when the above bug regarding remote_src was fixed
* the delimiter should always end with a newline to ensure that the file
fragments do not run together on one line
Fixes #5581
11 years ago
James Cammarata
f03d6a67c8
Adding new tests for assemble role
11 years ago
Richard C Isaacson
aaf0a182e1
Merge remote-tracking branch 'jeromew/ansible_script_creates' into issues_4986
11 years ago
Scott Patten
dbde446358
In the route53 module, documenting that TXT and SPF requests
...
must be surrounded by quotes.
Otherwise you get a cryptic error message from Route 53.
11 years ago
James Cammarata
2157880029
Adding the backup destination to the resut dictionary for lineinfile
11 years ago
Michael DeHaan
d5c7290b93
Merge pull request #6066 from jsmartin/riak_module_fix
...
Properly fetching the riak version
11 years ago
James Laska
dbd3194e9c
Resolves issue#6067 by allowing exact_count=0
11 years ago
muffl0n
b0f00cc097
already call expanduser in action_plugin
11 years ago
James Martin
0e3356c40e
Properly fetching the riak version, and properly setting the python interpreter.
11 years ago
Michael DeHaan
30611eaac5
Merge pull request #6036 from mxxcon/patch-1
...
docs_pull_request: Add parameters highlighting
11 years ago
Michael DeHaan
6b2bbbb9ff
Merge pull request #6045 from garaden/pypi_mirrors_gone
...
Set use_mirrors default to "no" for the pip module
11 years ago
Michael DeHaan
dc3ca7b37e
Merge pull request #6051 from illenseer/devel
...
Fix zfs create command for properties with spaces
11 years ago
Brian Coca
310b23ee8d
removed with
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
James Cammarata
8880819395
Merge branch 'devel' of https://github.com/mtpereira/ansible into mtpereira-devel
11 years ago
Matthew Phipps
de99cc6fbf
Remove use_mirrors from pip module
...
PyPI moved to a CDN on 2013-05-26, so mirrors are now largely
unnecessary and pip removed the functionality in 1.5. More importantly
(and why I wrote this request): on 2014-02-15 the mirror directory was
taken offline, so mirrors may not work anymore even for pip versions
that support them.
11 years ago
Matthew Phipps
63ff6c8493
pip module wasn't adding -e when using VCS
11 years ago
jeromew
7a14cb61c4
Add creates= and removes= to the script: action
11 years ago
Nils Pascal Illenseer
858004984b
Fix zfs create command for properties with spaces
...
If a property value contains one or more spaces, the zfs command will fail.
With value quoted this behavior is fixed.
11 years ago
James Cammarata
daa3253b52
Merge branch 'devel' of https://github.com/calebbrown/ansible into calebbrown-devel
11 years ago
James Cammarata
9c9a940af6
Merge branch 'fix-5679' of https://github.com/jirutka/ansible into jirutka-fix-5679
11 years ago
Richard C Isaacson
7d670f8308
Merge remote-tracking branch 'berendt/fixing_permissions' into pull_4703
11 years ago
James Cammarata
1544c93bf2
Merge branch 'fix-postgres_user_to_understand_pg_namespaces' of https://github.com/alanfairless/ansible into alanfairless-fix-postgres_user_to_understand_pg_namespaces
11 years ago
James Cammarata
87bf16930e
Merge branch 'postgres_alter_role' of https://github.com/jinnko/ansible into jinnko-postgres_alter_role
...
Conflicts:
library/database/postgresql_user
11 years ago
mxxcon
4e4be3edc0
docs_pull_request: Add parameters highlighting
...
Added highlighting to parameter references in docs so that they standout a bit better.
11 years ago
Michael DeHaan
56befa9468
Document ansible_managed changing the template.
11 years ago
Michael DeHaan
6f9ca7cfa5
Some minor docs corrections.
11 years ago
James Cammarata
9dd9487692
Merge branch 'mohangk-fix_rds_modify_security_group' into devel
11 years ago
James Cammarata
7eb2a4c290
Merge branch 'fix_rds_modify_security_group' of https://github.com/mohangk/ansible into mohangk-fix_rds_modify_security_group
11 years ago
Richard Isaacson
bab91f9ed8
Merge pull request #6015 from angstwad/docfix
...
Spelling correction.
11 years ago
Richard Isaacson
ffeb507761
Merge pull request #5645 from resmo/fix/apt_pkg_version
...
apt: fixed pkg=<name>=<version> fails if package is not yet installed.
Tested and it fixes the problem on more recent versions of apt.
11 years ago
Paul Durivage
0dbd5d3e18
Spelling correction
11 years ago
Amir H. Hajizamani
cf5b1620b7
Remove superfluous/invalid quote
...
Allow the example to be copy-pasted with minimal confusion about the error.
11 years ago
Peter Gehres
b5761750c4
Adding the region to the output of the ec2 module's creation of a new instance.
11 years ago
Michael DeHaan
c91ceddfac
Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier.
11 years ago
James Cammarata
0d79132757
Merge pull request #5998 from jimi-c/issue_3978_boto_ssl_cert_validation
...
Adding 'validate_certs' option to EC2 modules
11 years ago
James Cammarata
fdb7c733c1
Updating CHANGELOG for the new validate_certs feature
...
Also removing validate_cert option from the cloudformation module docs,
as it does not use the standard ec2 connection.
11 years ago
Richard Isaacson
686f87e42e
Merge pull request #5944 from sean-/devel
...
Fix broken behavior when removing all auxiliary groups from a user. See #5933 for more details.
Tests by hand correct and passes "make clean tests".
11 years ago
James Cammarata
056d54ebd3
Adding 'validate_certs' option to EC2 modules
...
When disabled, the boto connection will be instantiated without validating
the SSL certificate from the target endpoint. This allows the modules to connect
to Eucalyptus instances running with self-signed certs without errors.
Fixes #3978
11 years ago
Will Thames
c8127ea874
ec2 module fails when state is not absent
...
tagged_instances is initialised in a scope not visible
when state is not absent.
11 years ago
Pavel Antonov
e02cf2aab7
Refactore unused code
11 years ago
Pavel Antonov
dddd4b2522
Added modules description and examples
11 years ago
Pavel Antonov
df41ed90b8
Docker supports links and port binding. Added docker_image module
11 years ago
Michael DeHaan
0cdf8d3162
Merge pull request #5981 from angstwad/docfix
...
Documentation updates to rax_files, rax_files_objects
11 years ago
James Cammarata
a1b7a93b69
Modified cloudformation module to use common ec2 module functions
...
Fixes #3688
11 years ago
Michael DeHaan
e89dafc6c1
Merge pull request #5039 from bpennypacker/airbrake
...
airbrake: Made the reporting URL an optional parameter
11 years ago
Paul Durivage
f18db0dd20
Doc updates
11 years ago
Robin Roth
660fa9183c
remove check for version string
...
this check does not get used anywhere and is not needed as zypper/rpm can handle version information directly
11 years ago
Richard Isaacson
eb4a730933
Merge pull request #5969 from risaacson/pull_5136
...
Updates for the unarchive module and action_plugin.
11 years ago
Richard C Isaacson
598b9c6b7c
Cleanup per notes.
...
Some small changes to per notes from @mpdehann.
11 years ago
Richard C Isaacson
cb7c2b7524
Updates for the unarchive module and action_plugin.
...
There is a bit going on with the changes here. Most of the changes are cleanup of files so that they line up with the standard files.
PR #5136 was merged into the current devel and brought up to working order. A few bug fixes had to be done to get the code to test correctly. Thanks out to @pib!
Issue #5431 was not able to be confirmed as it behaved as expected with a sudo user.
Tests were added via a playbook with archive files to verify functionality.
All tests fire clean including custom playbooks across multiple linux and solaris systems.
11 years ago
Richard C Isaacson
e6c9705058
Merge remote-tracking branch 'pib/unarchive_remote' into pull_5136
11 years ago
Michael DeHaan
f07091ed69
Merge pull request #5962 from sivel/rax-facts-docs-update
...
rax_facts and rax_keypair modules: update docs
11 years ago
Matt Martz
e8952a5a99
The OpenStack auth attributes apply to rax_keypair also
11 years ago
jctanner
fe94c0cd05
Merge pull request #5957 from sivel/rax-no-default-disk-config
...
rax module: Don't set a default for disk_config
11 years ago
Matt Martz
8095aa6584
Don't set a default disk_config. Defaulting to 'auto', causes issues with new images
11 years ago
Sean Chittenden
5e0cf6663a
Fix broken behavior when removing all auxiliary groups from a user
...
(e.g. 'groups=' in the user module).
11 years ago
Matt Martz
bd3c7c3efa
The name parameter for search_opts is a regex string, so make sure we include start and end of string characters
11 years ago
Mohan Krishnan
fb3c8c90e5
Allow explict setting of vpc_security_groups to allow modification of security groups of RDS instances within a VPC
11 years ago
Michael DeHaan
d3c1b8de78
Merge pull request #5883 from amirhhz/improve-ec2-module-docs
...
Improve ec2 module docs
11 years ago
Scott Anderson
baf508a379
Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key.
11 years ago
Jon Chen
970997c764
fix linode typo
11 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.
11 years ago
Richard Isaacson
66967bde14
Merge pull request #5905 from artursvonda/update-postgresql-docs
...
Added port documentation to postgresql_db and postgresql_user.
11 years ago
James Tanner
a62af82757
Make ec2 exact_count and count mutually exclusive
11 years ago
James Tanner
70ebb05190
Return a tagged_instances list for hosts that matched the count_tag
11 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.
11 years ago
Arturs Vonda
6d85082586
Added port documentation to postgresql_db and postgresql_user
11 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.
11 years ago
James Tanner
f101768a9d
Make an example that sets the instance Names
11 years ago
James Tanner
005ef837d9
Update docstrings
11 years ago
James Tanner
fd919062cb
Add exact_count and count_tag to the ec2 module.
11 years ago
Afterburn
398c71c1b7
small change to docs
11 years ago
Afterburn
2fe00ac8c9
small change to docs
11 years ago
jctanner
0bc0315171
Merge pull request #5880 from willthames/ec2_modules_refactor
...
Create a common EC2 connection argument spec for EC2 modules
11 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)
11 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
11 years ago
jctanner
a1d2b5f257
Merge pull request #5363 from bcoca/acl_improved
...
acl module: acl now supports 'default'
11 years ago
Brian Coca
54a79bfc75
fixed docstring and changed type to etype avoiding python builtin
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Richard Isaacson
66f47c2096
Merge pull request #5891 from offby1/devel
...
Clarify doc for get_url
11 years ago
James Tanner
7268fe43e7
Use new syntax for module snippets in rabbitmq_policy and update changelog
11 years ago
jctanner
cda3f06117
Merge pull request #4957 from retr0h/rabbitmq_policy
...
Added module to handle rabbit policies [1]
11 years ago
jctanner
7fcf6cebfe
Merge pull request #5881 from willthames/ec2_keys
...
Minor tweaks to simplify examples and documentation
11 years ago
jctanner
c13161993a
Merge pull request #5410 from willthames/rds_snapshot
...
rds module: add snapshot capabilities
11 years ago
Eric Hanchrow
7e557663c2
Clarify doc for get_url
...
Move a sentence from doc for the "force" option to that for the "dest" option.
11 years ago
James Cammarata
77d5a18392
When force=yes, get_url should always download the specified file
...
This is accomplished by not setting the If-Modified-Since header,
and setting "cache-control: no-cache" instead. Note that if the
file content has not changed, the module will still report that
changed=false, as the md5's of the tmp file and existing file are
compared before swapping
Fixes #5104
11 years ago
jctanner
f50f29f304
Merge pull request #5051 from deontologician/patch-1
...
Added -FF flag to rsync invocation in synchronize
11 years ago
jctanner
825a20780f
Merge pull request #5127 from ovcharenko/patches
...
synchronize module: Added existing_only options to skip creating new files on receiver
11 years ago
jctanner
1f9de0c076
Merge pull request #5187 from 42wim/devel
...
Add support for --copy-links in synchronize
11 years ago
Amir H. Hajizamani
843f4e7d7c
Neaten up example YAML with 2-space indenting
11 years ago
Amir H. Hajizamani
7c38e8a225
Example should put instance_ids list in quotes for avoid YAML error
11 years ago
Amir H. Hajizamani
b0bc2bd86a
Fix missing quote mark in route53 doc example
11 years ago
willthames
e0c245f1ae
Minor tweaks to simplify examples and documentation
...
Made a few things more consistent with the bulk of the other EC2
modules and removed an unnecessary check that is handled by
AnsibleModule
11 years ago
jctanner
a877b8b030
Merge pull request #5624 from mattsoftware/route53_ttl
...
Enable changes to ttl of a record to be propogated to route53
11 years ago
jctanner
5967b463c9
Merge pull request #5554 from ttarabul/devel
...
Use /etc/rc.conf.local for sevice configuration on FreeBSD
11 years ago
Matthew Jones
31ac3e71df
Allow strings containing single and double quotes to be used as passwords for postgres_user
11 years ago
Timur Batyrshin
658c15930e
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
Richard C Isaacson
292d84165e
Clean up stray space at the end of a line after a period.
11 years ago
Richard Isaacson
f5ed7e1f0a
Merge pull request #5828 from mxxcon/patch-1
...
Updated htpasswd docs to have choices for crypt_scheme
11 years ago