Toshio Kuratomi
949610bbce
Merge pull request #1202 from joelthompson/feature/sns_topic
...
Add sns_topic module to manage AWS SNS topics
9 years ago
Toshio Kuratomi
0270d104d1
Merge pull request #1203 from Etherdaemon/new_route53_facts_module
...
New Route53 facts module
9 years ago
Toshio Kuratomi
e1b9788f7b
Merge pull request #1208 from h0nIg/devel_win_nssm
...
win_nssm: account get fix
9 years ago
Toshio Kuratomi
16b1e39c97
Merge pull request #1222 from grypyrg/devel
...
mysql_replication: including error number and code
9 years ago
Toshio Kuratomi
ae94b71fb8
Merge pull request #1232 from robinro/patch-1
...
better cope with rpm not returning package name
9 years ago
Robin Roth
9f02fbe072
better cope with rpm not returning package name
...
if the rpm query is missing a package name (or giving some error): fail soft
before the patch: the module fails because the installed_state dict is missing the package name
after the patch: the missing package is assumed to not be in the correct state and is installed/removed with zypper
9 years ago
Brian Coca
7d8dd6e210
Merge pull request #446 from xiaclo/patch-1
...
Allow NPM to update packages
9 years ago
Romain Brucker
e0bdd2e7f6
Editing iptable module to use -m state --state instead of -m conntrack --ctstate
9 years ago
Alberto Gireud
b01f083ec3
Add openstack project module
9 years ago
Brian Coca
6cc43bbd56
Merge pull request #1225 from ritzk/zabbix-create-on
...
prevent zabbix config from being overwritten
9 years ago
Ritesh Khadgaray
5e103d604a
allows user to not update zabbix host config if host is present.
9 years ago
Kenny Gryp
53d42cd8d8
revert to unbreak pull request
9 years ago
Kenny Gryp
e1c1ea9013
in order for replication setup to work, some errors should be ignored
9 years ago
Brian Coca
62f52d702a
Merge pull request #1211 from ksatirli/devel
...
fixes a typo in Datadog Monitor docs
9 years ago
Brian Coca
ebddad7d3b
Merge pull request #1212 from jcftang/znode-docs-fix
...
Fix documentation, the correct parameter is "name"
9 years ago
Brian Coca
a88132b0be
Merge pull request #1210 from jaymell/devel
...
Fixed call to module.log
9 years ago
Jimmy Tang
b51d096c31
Fix documentation, the correct parameter is "name"
9 years ago
Kerim Satirli
2ac53bf559
fixes a typo in Datadog Monitor docs
9 years ago
Hans-Joachim Kliemeck
5753a05625
fixxed problem with match @
9 years ago
root
63003372b4
Fixed call to module.log
9 years ago
Etherdaemon
1ee6962c93
Add new module to allow for getting and listing of Route53 relevant details
9 years ago
Joel Thompson
437a62836f
Add sns_topic module to manage AWS SNS topics
...
This adds an sns_topic module which allows you to create and delete AWS
SNS topics as well as subscriptions to those topics.
9 years ago
Greg DeKoenigsberg
f281eb2b30
Add new SMEs for Zabbix
9 years ago
Brian Coca
2555c8e8b7
Merge pull request #1196 from wimnat/feature/ec2_remote_facts_fix
...
Prevent ec2_remote_facts from failing when listing a terminated instance
9 years ago
Brian Coca
0f4917a33c
Merge pull request #1199 from Azorr/iptables-add-limit
...
Adding limit support for iptables module
9 years ago
Romain Brucker
2b04f0c5cf
Fixing limit type from list to string
9 years ago
Romain Brucker
dbee2266e1
Adding limit feature to iptables module
9 years ago
Brian Coca
6a87eed586
made ctstate default to [] and evaluation conditional on the list being popoulated
9 years ago
Brian Coca
ea2fd78e6a
fixed default from None to [] for ctstate
9 years ago
Kenny Gryp
975d7952b9
including error code and error number when database connection creation fails
9 years ago
Brian Coca
9fb6054500
avoid index error on empty list, key being true means its not None nor []
...
fixes #13009
9 years ago
wimnat
a21d935e66
Prevent ec2_remote_facts from failing when listing a terminated instance
9 years ago
Brian Coca
abad3d1617
Merge pull request #1128 from pmakowski/mageia5
...
no-suggests is obsolete, switch to no-recommends
9 years ago
Brian Coca
e738bf80ac
Merge pull request #1123 from foretagsplatsen/documentation_win_iis_virtualdirectory
...
Adds examples for win_iis_virtualdirectory
9 years ago
Brian Coca
dd3a2b2e30
Merge pull request #1089 from wimnat/feature/ec2_remote_facts_refactor
...
Refactor ec2_remote_facts to use filters
9 years ago
Brian Coca
8a9d48a552
Merge pull request #1124 from foretagsplatsen/fix_application_in_win_iis_virtualdirectory
...
Fix: support for virtual directories in applications
9 years ago
Brian Coca
be8aacf899
Merge pull request #1143 from smadam813/devel_win_nssm
...
win_nssm: strict fix + added dependencies,startmode,user/pw feature
9 years ago
Brian Coca
937b588b3f
Merge pull request #1172 from nitzmahone/win_updates_strictmode_fix
...
Strict-Mode fixes
9 years ago
Brian Coca
3f2b062994
Merge pull request #1194 from yuppie-flu/maven_artifact_docs_examples_fix
...
Fix broken examples in docs
9 years ago
Kirill Kozlov
b1e0e7eae0
Fix broken examples in docs
9 years ago
Brian Coca
80f198a82f
added missing : to docs
9 years ago
Brian Coca
f5ed8d0c6e
made ctstate accept lists
9 years ago
Brian Coca
5909975c42
Merge pull request #1191 from doalitic/iptables-add-conntrack-ctstate
...
Add conntrack module ctstate support to iptables
9 years ago
Toshio Kuratomi
4bf75fca9f
Merge pull request #788 from ansible/open_url-vsphere-copy
...
Port vsphere_copy from httplib to open_url for TLS cert validation
9 years ago
Brian Coca
7f5c6b2121
Merge pull request #1192 from Feverup/bugfix/pg_ext_check
...
BUGFIX: misnamed function name breaks check mode
9 years ago
Javier Palacios
e033e6e602
BUGFIX: misnamed function name breaks check mode
9 years ago
Toshio Kuratomi
378bde8729
Merge pull request #1134 from ramunasd/composer_arguments
...
composer arguments
9 years ago
Toshio Kuratomi
08986221cb
Merge pull request #1189 from ansible/dnf-hang
...
The dnf API appears to hang if the user does not have adequate permissions
9 years ago
Toshio Kuratomi
0b9e9fd852
Move existing check for root before we make expensive network calls
9 years ago
Brian Coca
257696c0ed
switched to 'support check mode' as it does not make changes and gathers information that might be needed for other tasks to check
9 years ago