Ben Whaley
6d00756863
Stackdriver code deploy and annotation module
11 years ago
Michael J. Schultz
fb10556f3e
cloud/elasticache: Ensure self.data is iterable
...
- self.data['SecurityGroups'] can return None causing traceback, if that
is the case fallback to an empty list
11 years ago
Matt Bray
3d20c585a6
docker: from API 1.10 dns and volumes_from should be passed to start()
11 years ago
James Tanner
0f82a2b53c
Addresses #6702 Remove version_added from description string
11 years ago
Jonathan Davila
a90aa46ed2
Added example demonstrating other functionality
11 years ago
James Tanner
f2c9c2c141
Addresses #6702 set version_added for rsync_opts
11 years ago
jctanner
7a6267690e
Merge pull request #6702 from jjshoe/devel
...
Allow you to pass in arbitrary rsync options
11 years ago
James Tanner
fec4c797d9
Fixes #6929 remote file module doc fragments from copy and template
11 years ago
Eugene Brevdo
898375418d
VPC security group membership fix for boto.
...
* facts now provides a list of existing vpc security group memberships
* adding a comma separated list of sg-* tags properly modifies membership
11 years ago
Will Thames
a203485e8b
Use common code for ec2_elb and ec2_elb_lb
...
Uses the new get_aws_connection_info
and connect_to_aws common methods to reuse code
Now complains if region is not set in one of the
three possible methods
Also moved over to common documentation code so
this is actually based on #6913
11 years ago
willthames
d1a7fca7f3
Moved AWS modules over to common module fragments
...
Created common module doc fragment, and applied to all
modules that use ec2_connect or connect_to_aws as
they definitely share the common doc fragments
11 years ago
James Tanner
199992adb6
Fixes #6894 create docs fragment for files
11 years ago
James Tanner
0025273fca
Fixes syntax error in cron module caused by #6870
11 years ago
James Cammarata
973b29e624
Fix incorrect version_added value in docstring for subversion export param
11 years ago
James Tanner
b9ff96f838
Fix version_added for node in rabbitmq modules
11 years ago
James Tanner
74c5b8b3bb
Fix version added for new parameters in quantum modules
11 years ago
James Tanner
e4d7ffc47c
Fix version added for annotation in pkgng
11 years ago
James Tanner
fc362c5f5c
Fix version_added for login_tenant_name in keystone_user
11 years ago
James Tanner
2ac7caa3c6
Fix version_added for install_options in homebrew
11 years ago
James Tanner
2f474fc4d5
Fix version_added for new params in gce_pd
11 years ago
James Tanner
644c635513
Fix version_added for new params in gce_net
11 years ago
James Tanner
bd25a999da
Fix version_added for new params in gce_lb
11 years ago
James Tanner
15701ffaa4
Set version_added for snapshot in ec2_vol
11 years ago
James Tanner
941d89cf5f
Fix version_added for a few parameters in django_manage
11 years ago
James Tanner
3f2a100e64
Fix version_added for url in airbrake_deployment module
11 years ago
Michael DeHaan
17bf7d7a74
Merge pull request #6850 from atlashealth/ec2_set_ebs_optimized
...
ec2: added ability to set EBS optimized instances
11 years ago
Michael DeHaan
e01bf39c45
Merge pull request #6869 from cove/mongodb_user
...
add replica_set attr to mongodb_user module
11 years ago
Michael DeHaan
4132bb09db
Merge pull request #6883 from ericlake/devel
...
Adding bold to service doc to call up state and enabled.
11 years ago
James Tanner
08e75935db
Fixes #6780 Update version_added for source_dest_check in ec2 module
11 years ago
James Cammarata
7a03cc69e1
Revert "Fix #5679 again after recent changes in core"
...
This reverts commit 2bfaacd170
.
Fixes #6821
11 years ago
Eric Lake
58dccfbc29
Adding bold to service doc to call up state and enabled.
11 years ago
James Cammarata
37c1b7bf6e
Merge branch 'rax-clb-nodes-nodeid' of https://github.com/sivel/ansible into sivel-rax-clb-nodes-nodeid
11 years ago
Matt Martz
a191688c71
Simplify node matching
11 years ago
Atlas Health
b3f74ac03e
moved ebs_optimized param out of main request hash
11 years ago
MorrisA
ac72d44219
Modified Cron to add AIX Crontab support, changed according to suggestions
...
from mpdehaan and redone entirely.
11 years ago
Cove Schneider
ae0721d3da
re-add idempotency check
11 years ago
Cove Schneider
428dead8cd
add replicaset support to mongodb_user module
11 years ago
Michael DeHaan
e39d37db2a
Merge pull request #6864 from sivel/rax-add-shared-mod-docs
...
Shared module docs for remaining rax modules
11 years ago
James Tanner
c69608cbe6
Fixes #6857 Make the url parameter required for get_url
11 years ago
Matt Martz
ac6082e303
Shared module docs for remaining rax modules
11 years ago
Matt Martz
9a19792eff
Allow respecification of a node without requiring node_id
11 years ago
Matt Martz
9178ed1dbd
Return untouhced servers with exact_count
11 years ago
Michael DeHaan
1b705a1403
Merge pull request #6852 from tedder/patch-1
...
cloudformation's disable_rollback must be a bool
11 years ago
Ted Timmons
6b5e79c442
cloudformation's disable_rollback must be a bool
...
passing "yes" to boto causes severe problems.
11 years ago
Drew Blas
2755a8296e
Update apt:deb with correct version
...
The docs site says this option is available in 1.5, but it is not.
#5910 https://github.com/ansible/ansible/pull/5910 added the deb option. The PR was generated two months ago (before 1.5) but was not included until after 1.5 was released. This fixes the docs.
11 years ago
Michael DeHaan
3d8997d219
Name is not required, update docs.
11 years ago
Michael DeHaan
baa76d81e3
Merge pull request #6849 from atlashealth/ec2_snapshot_fixed_type_issue
...
ec2_snapshot: fix for "unknown type number requested for wait_timeout"
11 years ago
Michael DeHaan
e5ad1febc0
Merge pull request #6793 from muffl0n/patch-4
...
apt_key: Output URL for debugging
11 years ago
Michael DeHaan
6fbf707a48
Clarify free_form isn't a real option :)
11 years ago
Richard C Isaacson
465b97be7e
assemble module: fix insertion of newlines when not needed.
...
This builds on GH-6359 and changes the logic so that a newline is only inserted between fragments if the previous fragment does not end with a newline.
11 years ago