autotune
c047814512
Fixed bug to recognize haproxy changes
10 years ago
Kirill Kozlov
201be81aad
Set latest as version argument default value
10 years ago
Brian Coca
7ee8e7d65a
Merge pull request #1313 from Mogztter/issue-1312
...
Resolves #1312 , Improve pam_limits documentation
10 years ago
Brian Coca
109f954a83
Merge pull request #1310 from michaelw/patch-1
...
Fix error 'fail_json() takes exactly 1 argument'
10 years ago
Brian Coca
b01d28049b
Merge pull request #1314 from pcsforeducation/patch-1
...
Fix mongodb_user docs typo
10 years ago
Josh Gachnang
8d866669bb
Fix mongodb_user docs typo
...
Bob's last name is Belcher: http://bobs-burgers.wikia.com/wiki/Bob_Belcher .
These docs made me chuckle, so thanks :)
10 years ago
Guillaume Grossetie
32658b9d3b
Resolves #1312 , Improve pam_limits documentation
...
Adds comment parameter and improve examples.
10 years ago
Michael Weber
fba8c9f8a7
Fix error 'fail_json() takes exactly 1 argument'
...
Fixes bug #1257
10 years ago
Toshio Kuratomi
3c4f954f0f
Don't raise or catch StandardError in amazon modules
10 years ago
Rene Moser
f2eb00cc71
cloudstack: cs_instance: implement state=restored
10 years ago
Björn Andersson
72155d40a3
monit: Set a high timeout waiting for status changes
...
Instead of waiting for up to a certain number of retries we set a high
timeout and only re-check every five seconds. Certain services can
take a minute or more to start and we want to avoid waisting resources
by polling too often.
10 years ago
Björn Andersson
262f2e9048
monit: Add version_added and type for new argument
10 years ago
Björn Andersson
5835d06a4e
monit: Wait for pending state changes for reloads
...
@mpeters reported that we're not checking that the named service is
actually there after a reload. And that sometimes monit doesn't actually
return anything at all after a reload.
10 years ago
Björn Andersson + SU Sheng Loong
f8fe5a2fcd
monit: Add retry for pending/initializing services
...
If there are already ongoing actions for a process managed by monit, the
module would exit unsuccessfully. It could also give off false positives
because it did not determine whether the service was started/stopped
when it was in a pending state. Which might be turning the service off,
but the action was to start it.
For example "Running - pending stop" would be regarded as the service
running and "state=enabled" would do nothing.
This will make Ansible wait for the state to finalize, or a timeout decided
by the new `max_retries` option, before it decides what to do.
This fixes issue #244 .
10 years ago
Brian Coca
60dd37d15f
Merge pull request #1291 from Mogztter/issue-1290
...
documents missing limit_type choice "-"
10 years ago
Guido Lorenz
d51950c37e
win_chocolatey: Clean up documentation
10 years ago
Guido Lorenz
5948389d2f
win_chocolatey: Add install_args, params and ignoredependencies
10 years ago
GUILLAUME GROSSETIE
c28a0031bb
Resolves #1290 , Adds limit_type choice "-"
10 years ago
Rene Moser
b7ca7d15ac
cloudstack: cs_facts: fix wrong description of returns cloudstack_public_ipv4, cloudstack_public_hostname
...
Also see http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.6/api.html#user-data-and-meta-data
10 years ago
Brian Coca
0c1d20865d
Merge pull request #1250 from resmo/for-ansible
...
cloudstack: new module cs_volume
10 years ago
Adam Keech
42efef5682
Appending "Registry::" is not needed and no longer works.
10 years ago
Brian Coca
767ec29640
Merge pull request #1260 from xavpaice/devel
...
Added stdout and stderr to puppet output for rc=2
10 years ago
Rene Moser
87065005aa
cloudstack: new module cs_volume
10 years ago
Brian Coca
c978f4b332
updated version added
10 years ago
Brian Coca
cde758332a
Merge pull request #971 from atplanet/bug/vpc-subnet-tag-values-not-updating
...
Ensure tag values get updated in ec2_vpc_subnet
10 years ago
Brian Coca
2775be99d3
Merge pull request #1268 from ryansydnor/s3_bucket
...
Use boto normalized location for bucket creation
10 years ago
Matt Davis
41f4793d17
Merge pull request #1267 from h0nIg/devel_win_updates
...
win_updates: fix race condition and missing property
10 years ago
Brian Coca
0298f47df9
Merge pull request #1016 from jtyr/yumrepo
...
Adding yumrepo module
10 years ago
Brian Coca
367b88a2ab
removed json import
10 years ago
Jiri tyr
b9bb6d8d29
Adding yumrepo module
...
This patch is adding a new module which allows to add and remove YUM
repository definitions. The module implements all repository options
as described in the `yum.conf` manual page.
10 years ago
Toshio Kuratomi
b87e3ce362
Quote strings that make the module docs fail to build
10 years ago
Toshio Kuratomi
19374903ac
Switch StrictVersion for LooseVersion since some distros ship
...
beta versions and StrictVersion would fail on that.
Also clean up some minor style things
10 years ago
Toshio Kuratomi
d3f0d3880c
Merge pull request #444 from olsaki/devel
...
Add docker_login module
10 years ago
Olaf Kilian
c629d5b013
Add requirement and check for compatible version of docker-py
10 years ago
Olaf Kilian
66964f660a
Set no_log for password argument
10 years ago
Ryan Sydnor
a56fe04683
Use boto normalized location for bucket creation
...
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
10 years ago
Hans-Joachim Kliemeck
a59f1f528e
fix race condition and missing property
10 years ago
Guido Günther
11e8a17684
zypper: Add returncode to result
...
This will be used in integration tssts and makes the whole thing
more similar to the yum module.
10 years ago
Xav Paice
c1cf8e671a
Added stdout and stderr to puppet output for rc=2
10 years ago
Brian Coca
7da1f8d4ca
Merge pull request #1228 from romainrbr/iptables-ctstate-to-state
...
Editing iptable module to use -m state --state instead of -m conntrack --ctstate
10 years ago
Brian Coca
444155ce13
Merge pull request #1254 from agireud/os_project_fix
...
Fix return documentation
10 years ago
Alberto Gireud
c9e4c32f41
Fix return documentation
10 years ago
Brian Coca
aa859f6331
Merge pull request #1220 from agireud/os_project
...
Add openstack project module
10 years ago
Brian Coca
f19ceaa711
Merge pull request #1252 from defionscode/devel
...
Sendgrid docs fix
10 years ago
Jonathan Davila
39a3255ef3
Sendgrid docs fix
10 years ago
Brian Coca
875a055103
corrected choices which was meant to be type
10 years ago
James Cammarata
e5362cc76a
Version bump for new beta 2.0.0-0.5.beta3
10 years ago
Brian Coca
cf7db64575
Merge pull request #1238 from Jmainguy/irc_colors
...
IRC module: Added style= and more colors.
10 years ago
Jonathan Mainguy
19b506f64f
Added style= and more colors.
10 years ago
Dylan Martin
b0298ba4f1
added version option
10 years ago