Jason Paige
a2f4d46c9b
updating choices for rds parameter engines
2016-12-08 11:24:00 -05:00
Bermudez, Jaime
efbdea909e
Simplify logic around "present" state and skip dupes. If the policy doesn't exist or the policy document doesn't match or if we're not skipping dupes, then we go ahead and update the respective user/group/role policy.
2016-12-08 11:23:59 -05:00
daniel-sc
f654bd45f8
Allowing specifying ip by address
2016-12-08 11:23:59 -05:00
daniel-sc
40565b7293
Allowing to specify specific external ip for gce instances
2016-12-08 11:23:59 -05:00
Vladimir Mihailenco
2bdfea4a43
rackspace: set headers when uploading files to CF.
...
Otherwise CDN (Akamai) downloads file without the headers. The sequence
is following:
1. Ansible uploads file to CF.
2. Akamai downloads the file and caches it in CDN.
3. Ansible sets headers.
As a result Akamai serves file without headers.
This is backwards incompatible change, because headers keys are not
prefixed with `x-object-meta-`. Which allows user to set headers like
`Access-Control-Allow-Origin`.
2016-12-08 11:23:59 -05:00
bobgroves
18d4a33891
Makes rax_dns_record override default to true
2016-12-08 11:23:59 -05:00
bobgroves
65697dea14
Adds overwrite option to rax_dns_record
2016-12-08 11:23:59 -05:00
Henrique Rodrigues
c2e62ed9a9
Fix misspelling of the word 'certificate'
2016-12-08 11:23:59 -05:00
Brian Coca
b25c2a4261
added note about awslogs version added
2016-12-08 11:23:59 -05:00
Brian Coca
6e73c61298
added version_added
2016-12-08 11:23:59 -05:00
Constantin07
f36c567022
Added delete_on_termination option for volume attachment
2016-12-08 11:23:59 -05:00
Matt Ferrante
2dd53a8d91
updated s3 module documentation
2016-12-08 11:23:59 -05:00
jefferson fermo
9d9daeb73c
add awslog option in docker log driver. this option is available starting with ansible 2.1
2016-12-08 11:23:59 -05:00
Brian Coca
f50fbe9dd2
updated s3 docs to reflect mode choices
...
fixes #2318
2016-12-08 11:23:58 -05:00
autotune
90631aef1b
1113 fix ec2 subnet tags
2016-12-08 11:23:58 -05:00
Brian Coca
a5e4969dc4
updated version_added
2016-12-08 11:23:58 -05:00
Joost Cassee
267dcc8eb6
Add wait_timeout option to route53 module
...
This option is used to make sure the module does not block forever.
2016-12-08 11:23:58 -05:00
Joost Cassee
e91bcba078
Add wait option to route53 module
...
This option makes the module wait for the changes to replicate to all
Amazon DNS servers.
2016-12-08 11:23:58 -05:00
Ben Visser
cfed7e11d8
two choices for cache engine. adding them.
...
revert spacing
undoing quotes around default. will do another pull requests
Making documentation more explicit for elasticache engine choices.
2016-12-08 11:23:58 -05:00
Timothy R. Chavez
2ef913a288
Pass network argument to add_ips_to_server
...
The `network` argument needs to be passed through `add_ips_to_server`
so that the default value can be properly overridden from ansible.
2016-12-08 11:23:58 -05:00
Marios Andreopoulos
1ae765d61f
fix: do not set scopes account to service account used for instance creation
2016-12-08 11:23:58 -05:00
Alexey Wasilyev
4d30ae313d
Add cpu_shares option for docker module
2016-12-08 11:23:57 -05:00
krdlab
c680611fe4
Fix self.changed
value in ElbManager
(ec2_elb_lb)
2016-12-08 11:23:57 -05:00
Will Rouesnel
b565da78b3
docker: Fix state=reloaded to detect default LoggingDriver for docker
...
Previously the logging module hard coded the default logging driver. This means
if the docker daemon is started with a different logging driver, the ansible
module would continually restart it when run.
This fix adds a call to docker.Client.info(), which is inspected if a logging
driver is not supplied in the playbook, and the container only restarted if
the logging driver applied differs from the configured default.
In usage, this has solved issues with using alternative logging drivers.
2016-12-08 11:23:57 -05:00
Brian Coca
351de21ee7
made port default depending on db engine
2016-12-08 11:23:57 -05:00
Brian Coca
1fe3387971
crrected version added
2016-12-08 11:23:57 -05:00
Brian Coca
0ca9356675
added versions note in description for new choice
2016-12-08 11:23:56 -05:00
Pavel Derendyaev
3129154a2a
Add "timeout" option to Docker module
2016-12-08 11:23:56 -05:00
Jon Hadfield
d0e37fa542
return allocation id for vpc address.
2016-12-08 11:23:56 -05:00
Dmitry Labutin
b20066ff8e
Fix issue #2721 : os_object parameters and docs don't align (file/filename)
2016-12-08 11:23:56 -05:00
Ben Visser
a01fe88263
staging that num_nodes is required when state=present
2016-12-08 11:23:56 -05:00
Brian Coca
1367e73c94
be smarter when dealing with policy_json input
...
Now module will assume that if the argument is a string it is already formated as json
and will only try to convert non strings into json string.
Also removed unused 'msg' var declarations and the ifs that set them
fixes #2009
2016-12-08 11:23:56 -05:00
Vic Iglesias
353db36515
Update GCE PEM deprecation text and examples
2016-12-08 11:23:56 -05:00
Charles Paul
980691338a
adding no_log to password
2016-12-08 11:23:55 -05:00
Vic Iglesias
612d9c3e92
Use credentials_file for GCE module auth config
2016-12-08 11:23:55 -05:00
tksarah
7ad225eedd
Edit azure.py
2016-12-08 11:23:55 -05:00
Etherdaemon
eba78d08f9
Update to wait and wait_timeout with a maximum of 10 minutes timeout
2016-12-08 11:23:55 -05:00
luto
610de975e6
vsphere_guest: when creating a guest, gather facts about it *before* disconnect
2016-12-08 11:23:55 -05:00
Etherdaemon
cd3f306518
Proposing a wait_for function to ensure elb has been successfully removed
2016-12-08 11:23:55 -05:00
Mike Buzzetti
f20b09e2ec
Add evaluate taget health for alias based records
2016-12-08 11:23:55 -05:00
sebi
76af56eaca
added unless stopped option
2016-12-08 11:23:55 -05:00
Brian Coca
7d6c704404
fix bad linebreak
2016-12-08 11:23:55 -05:00
Michael Scherer
69036826a8
Fix #2629 , replace choices=BOOLEANS by type='bool'
2016-12-08 11:23:55 -05:00
luto
d20c4368d2
vsphere_guest: add power status to facts
2016-12-08 11:23:55 -05:00
Manuel Tiago Pereira
057cbacf8a
Add support for legacy registries to pull_image().
...
Since we now have several exceptions to the assumption that the
result of the pull would be on the last status line returned by
docker-py's pull(), I've changed the function so that it looks
through the status lines and returns what if finds on it.
Despite the repeated `break`s, the code seems simpler and a little
more coherent like this. From what I've checked using
`https://github.com/jlafon/ansible-profile `, the execution time is
mostly the same.
2016-12-08 11:23:54 -05:00
Sam Thursfield
eba767902c
os_server: Add some error checking for the 'nics' parameter
...
If this parameter was not of the right type, the module would fail with a
traceback, with a "AttributeError: 'str' object has no attribute 'get'"
exception.
It now gives a proper error message on type errors.
2016-12-08 11:23:54 -05:00
Toshio Kuratomi
7a492764d0
Fix up documentation
2016-12-08 11:23:54 -05:00
Toshio Kuratomi
4fa9de5af3
entrypoint feature added in 2.1
2016-12-08 11:23:54 -05:00
Toshio Kuratomi
eb65f819f5
labels is actually not aded in 1.9.4 but in 2.1
2016-12-08 11:23:54 -05:00
Andrew Pashkin
c811a3f4bc
Add 'entrypoint' parameter to Docker module
2016-12-08 11:23:54 -05:00