Rene Moser
1eb6c37594
zabbix: improve module doc
2015-05-26 15:34:35 +02:00
Rene Moser
9d07fb9618
zabbix: improve arguments and prevent to log password
2015-05-26 15:33:50 +02:00
Rene Moser
c9dfeb07c1
zabbix: remove redundant import of module_utils
2015-05-26 15:28:50 +02:00
Rene Moser
e72f581a16
proxmox: prevent to log passwords
2015-05-26 13:53:28 +02:00
Rene Moser
148bd52d8b
proxmox: update module doc
2015-05-26 13:52:47 +02:00
Sergei Antipov
ed6283d422
Added examples
2015-05-26 11:38:57 +06:00
Toshio Kuratomi
a1a1c23205
Bandaid dnf module to temporarily fix some major problems
...
- Backport config file handling from the DNF module rewrite #527
(Current config handling does not work with dnf and leads to
tracebacks when run as an unprivileged user).
- Make a mandatory requirement on yum-utils (for /usr/bin/repoquery)
because none of the fallback code works for dnf (it's unported yum API
code).
Both of these issues will be fixed better in the dnf rewrite when it is
feature complete.
Fixes #471
2015-05-25 19:29:55 -07:00
Toshio Kuratomi
8dfa63d1d8
Add version_added dodmentation
2015-05-25 09:35:11 -07:00
Brian Coca
47c74936c1
Merge pull request #530 from UnderGreen/proxmox_module
...
Proxmox VE module
2015-05-25 10:30:24 -04:00
Sergei Antipov
69d3474bcc
Deleted debugging
2015-05-25 19:11:08 +06:00
Sergei Antipov
cb09a26900
Added documentation
2015-05-25 19:10:34 +06:00
Sergei Antipov
323df26b3e
Added conditionals, umount, forceStop, timeout, etc
2015-05-25 18:26:45 +06:00
Christian Thiemann
7505065daa
Fix alternatives module in non-English locale
...
The alternatives module parses the output of update-alternatives, but the expected English phrases may not show up if the system locale is not English. Setting LC_ALL=C when invoking update-alternatives fixes this problem.
2015-05-24 02:05:38 +02:00
Toshio Kuratomi
06c7522f2b
Merge pull request #525 from QuantumGhost/devel
...
Use expanduser to deal with path in bower module
2015-05-22 09:14:41 -07:00
QuantumGhost
4ff9a68a4b
Use expanduser to deal with path in bower module
...
So bower module can correctly handle path containing `~`
2015-05-23 00:11:50 +08:00
Rene Moser
c0fb48cd39
zabbix_group: improve params
2015-05-22 15:25:13 +02:00
Rene Moser
3f108732c5
zabbix_group: add backword compatibility
...
* add alias host_group for host_groups
* add choices for param state
2015-05-22 15:25:13 +02:00
Rene Moser
1c210abc69
zabbix_group: update version added to 1.8
...
Since we intent to replace the current module, we add the version the current module was added.
2015-05-22 15:25:12 +02:00
Rene Moser
f0eb372e99
zabbix_group: update authors to new format
2015-05-22 15:25:12 +02:00
Cove Schneider
8175bd2f78
remove superfluous defaults
2015-05-22 15:25:12 +02:00
Cove Schneider
30832ab4d9
add zabbix_group module
2015-05-22 15:25:12 +02:00
Rene Moser
2d35caf68b
zabbix_group: remove current module in favor of PR #346
2015-05-22 14:33:56 +02:00
Brian Coca
5187c7fcd7
removed executable bit
2015-05-21 07:03:49 -04:00
Toshio Kuratomi
24390f1ac6
Merge pull request #514 from stansonhealth/newrelic_updates
...
Newrelic documentation, argspec updates
2015-05-20 20:09:54 -07:00
Toshio Kuratomi
8893c2d2d0
Fix typo: Need lvreduce instead of lvextend.
...
Fixes #513
2015-05-20 19:23:45 -07:00
Toshio Kuratomi
8fb19f0e47
Merge pull request #518 from tbielawa/nagios_license
...
Allow nagios module to be licensed as gpl v2 or newer
2015-05-20 12:04:39 -07:00
Tim Bielawa
9ae04256fe
Allow nagios module to be licensed as gpl v2 or newer
2015-05-20 14:43:51 -04:00
Ernst Kuschke
257d8ea2b1
Allow any custom chocolatey source
...
This is to allow for a local source (for instance in the form of artifactory)
2015-05-20 16:34:21 +02:00
tedder
c9e02dd7d8
use newer required_one_of syntax; unsure why there's app_name vs appname, so leaving it alone.
2015-05-19 10:59:49 -07:00
tedder
4cc8c6b340
they call it a key, not a token
2015-05-19 10:31:01 -07:00
tedder
a58e5a0efc
fix 404'd url. There's no perfect replacement, but this is okay.
2015-05-19 10:30:18 -07:00
Sebastian Kornehl
fa2f250f14
Added eval for pasting tag lists
2015-05-19 15:05:31 +02:00
Brian Coca
fefbf7c41a
Merge pull request #511 from resmo/fix/cs_portforward
...
cloudstack: fix public and private ports results not int
2015-05-19 08:58:04 -04:00
Brian Coca
3cebc1c426
Merge pull request #510 from resmo/feature/extend_cs_firewall
...
cloudstack: cs_firewall: add egress support
2015-05-19 08:55:27 -04:00
Rene Moser
525ef47247
cloudstack: fix public and private ports results not int
2015-05-19 10:08:31 +02:00
Rene Moser
2da7792ff6
cloudstack: cs_firewall: add egress support
...
Added functionality to set rules for egress using this module at these are very similar. The only real difference is that egress firewall API uses the networkid. That is why the new arguments `type` for choosing `egress` or `ingress` and `network` was added.
For `type=ingress`, which is the default, `ip_address` is required and for `type=egress` the argument `network` is required.
2015-05-19 09:37:06 +02:00
Toshio Kuratomi
576d94e8d4
Update module_utils "import" to the new-style
...
Fixes #505
2015-05-18 12:08:15 -07:00
Brian Coca
20bf6d825e
Merge pull request #503 from manuel-sousa/rabbitmq_exchange
...
Added missing default values
2015-05-18 10:25:32 -04:00
Brian Coca
ed0d3b94b3
Merge pull request #502 from manuel-sousa/rabbitmq_queue
...
Add missing defaults
2015-05-18 10:22:24 -04:00
Brian Coca
3f7d9fd168
Merge pull request #501 from manuel-sousa/rabbitmq_binding
...
Added missing default
2015-05-18 10:21:13 -04:00
Brian Coca
374bc74fcf
Merge pull request #448 from rickmendes/ec2-win-password
...
Add ec2_win_password module
2015-05-18 10:02:14 -04:00
Brian Coca
804cbeb55e
Merge pull request #500 from resmo/fix/authors
...
rabbitmq; update author for new rabbitmq modules
2015-05-18 09:42:16 -04:00
Rene Moser
f2b085d015
rabbitmq; update author for new rabbitmq modules
2015-05-18 15:36:09 +02:00
Manuel Sousa
b30f112e57
Add missing defaults
2015-05-18 13:27:12 +01:00
Manuel Sousa
a35dd87263
Added missing default
2015-05-18 13:22:35 +01:00
Manuel Sousa
e981275884
Added missing default values
2015-05-18 13:20:22 +01:00
Brian Coca
8147103da9
Merge pull request #464 from manuel-sousa/rabbitmq_binding
...
Rabbitmq binding
2015-05-18 08:12:08 -04:00
Brian Coca
cbe32cd600
Merge pull request #463 from manuel-sousa/rabbitmq_exchange
...
Rabbitmq exchange
2015-05-18 08:11:02 -04:00
Brian Coca
f22c1d4542
Merge pull request #462 from manuel-sousa/rabbitmq_queue
...
Rabbitmq queue
2015-05-18 08:09:05 -04:00
Greg DeKoenigsberg
1b750d6540
Merge pull request #497 from resmo/for-ansible
...
cloudstack: various improvements and cleanups
2015-05-17 17:22:02 -04:00