Commit Graph

23296 Commits (c96d5245f5a57b3473173139767c88341fb2ffdd)
 

Author SHA1 Message Date
Brian Coca 6e73c61298 added version_added 8 years ago
Constantin07 f36c567022 Added delete_on_termination option for volume attachment 8 years ago
Matt Ferrante 2dd53a8d91 updated s3 module documentation 8 years ago
jefferson fermo 9d9daeb73c add awslog option in docker log driver. this option is available starting with ansible 2.1 8 years ago
Brian Coca 4c6515e299 reverse order of cron commands
does not affect linux but fixes issue with busybox caring about order
fixes #2807
8 years ago
nitzmahone 821fb6c0ab fix win_get_url var renames ala xpicio fix PR #2378
reimplements #2378 sans formatting merge conflicts
8 years ago
Jeroen Seegers 7be08b00b0 Update cron.py
Minor update to documentation for the cron module to reflect the required "name" parameter when the value of "state" is "absent".
8 years ago
Brian Coca f50fbe9dd2 updated s3 docs to reflect mode choices
fixes #2318
8 years ago
autotune 90631aef1b 1113 fix ec2 subnet tags 8 years ago
nitzmahone fef6e5102e fix version_added on win_msi wait arg 8 years ago
Brian Coca a5e4969dc4 updated version_added 8 years ago
Joost Cassee 267dcc8eb6 Add wait_timeout option to route53 module
This option is used to make sure the module does not block forever.
8 years ago
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.
8 years ago
Mark van Driel a24cdbe15e Fixed "invalid privileges string: set expected at most 1 arguments, got 2" 8 years ago
Jonathan Mainguy e9a752f769 add ansi support 8 years ago
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.
8 years ago
Matt Clay d861329d5e Added filename option to apt_repository module. 8 years ago
Hillel Antonov 8d5cebd597 Adding gathering environment variables to gather facts on Windows making similar in functionality to gather facts on Linux 8 years ago
Hans-Joachim Kliemeck 1354ef0285 fix problem with file content and high cpu/out of memory errors 8 years ago
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.
8 years ago
Marios Andreopoulos 1ae765d61f fix: do not set scopes account to service account used for instance creation 8 years ago
Hans-Joachim Kliemeck 41ab7f8aed do not move item, instead copy item because acl will be kept 8 years ago
Alexey Wasilyev 4d30ae313d Add cpu_shares option for docker module 8 years ago
krdlab c680611fe4 Fix `self.changed` value in `ElbManager` (ec2_elb_lb) 8 years ago
Jordi Gutiérrez Hermoso 4682ea1c3c hg: discard changes without changing the current revision
The command `hg up -C` by default moves to the latest revision on the
current branch. The `discard` function was trying to update to a
different branch, in case it was provided, by passing a `-r REVISION`
argument. Not only is this not the intended effect of the `discard`
function, but this also could update to a different branch that hasn't
been pulled yet, which is how we were experiencing trouble.

Instead, we unconditionally do `hg up -C -r .` to "update" to the
current revision (i.e. to "."), while `-C/--clean`ing the current
directory. This is similar to `hg revert --all`, except that it also
undoes the merge state of the working directory, in case there was
any.
8 years ago
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.
8 years ago
Corwin Brown c075c000c8 Adding Facter 8 years ago
Brian Coca 351de21ee7 made port default depending on db engine 8 years ago
Mark van Driel d67f2eb104 Fixes require ssl in combination with other privileges
Fixes require ssl in combination with grant option

Refactoring: code cleanup to make it easier to understand

Code rewritten inspired by @willthames

Added WITH GRANT OPTION as exception; when only REQUIRESSL and/or GRANT are specified we have to add USAGE
8 years ago
Phil 3781c5ccb0 uses get-attr and fixes file path issues by escaping quotes around path 8 years ago
schwartzmx 5ff4d219e0 updates win_msi to allow install to wait - adds additional wait param - updates to use Start-Process to allow -Wait - this will wait for install/uninstall to complete before continue 8 years ago
Jan Duzinkiewicz 9c6db69827 forcing git fetch if sha1 are equal between repos but branch exists only at remote
Add an explanatory comment to the code
8 years ago
Brian Coca 3afaa2fef4 really fixed the doc formatting 8 years ago
Brian Coca 1fe3387971 crrected version added 8 years ago
Brian Coca e2062c44d9 made note about choice availability in ansible ver 8 years ago
Brian Coca 0ca9356675 added versions note in description for new choice 8 years ago
Brian Coca f5ddbd5c49 fixed win_feature docs
added version_added for source and fixed some yaml parsing
8 years ago
Pavel Derendyaev 3129154a2a Add "timeout" option to Docker module 8 years ago
Trond Hindenes abcae97422 update doc 8 years ago
Trond Hindenes 37a24cc1b1 bugfix win_feature.ps1 8 years ago
Trond Hindenes 21b79123a4 Add source as optional parameter 8 years ago
KIKUCHI Koichiro 2974358b2b Add check_mode support to mysql_user. 8 years ago
Arata Notsu a9f23ac54f apt: export env vars before run dpkg
Without this change, some trouble may occur when "deb" parameter
is used as env vars controlling dpkg are not set. For example,
installing a package that requires user input will never end since
DEBIAN_FRONTEND=noninteractive is not set.

So export env vars in APT_ENV_VARS before run dpkg, like in cases
using apt-get/aptitude.
8 years ago
Jonathan Mainguy 47d0719cfe Fix bad merge 8 years ago
Brian Coca 288a5c9a77 adds diff info for file info 8 years ago
nitzmahone 60ca6e2f85 fix win_file to stop on errors 8 years ago
Jon Hadfield d0e37fa542 return allocation id for vpc address. 8 years ago
Dmitry Labutin b20066ff8e Fix issue #2721: os_object parameters and docs don't align (file/filename) 8 years ago
Dmitry Labutin 60b1273d55 Github uses both HTTP and HTTPS protocols 8 years ago
Ben Visser a01fe88263 staging that num_nodes is required when state=present 8 years ago