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
Peter Mounce
8454997cd9
version -> 2, remove unnecessary doc attributes
2015-05-19 11:50:15 +01:00
Peter Mounce
dc347b0683
fix license boilerplate
2015-05-19 11:50:13 +01:00
Peter Mounce
ec172be310
win_webpicmd module for IIS module installation
...
Chocolatey 0.9.9+ deprecated support for the `webpi` custom source, so I needed to write this.
[Windows Web Platform Installer](http://www.microsoft.com/web/downloads/platform.aspx ) is a way of installing products and applications for Microsoft IIS on Windows. It has a [command line](http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release ); this ansible module allows IIS modules to be installed via this means.
To find out names of modules, use `webpicmd /list /listoption:available`.
Notes:
* `webpicmd` must be installed and on `PATH` first (see `win_chocolatey` module; package is `webpicmd`)
* `webpicmd` does not allow modules to be uninstalled
* IIS must be installed first (see `win_feature` module; package is `Web-Server`)
* Installations will
* accept EULA (which otherwise requires user input)
* suppress reboots (so you have to manage those; see `win_reboot` module)
2015-05-19 11:50:12 +01:00
Peter Mounce
c322627320
use the notes property
2015-05-19 11:47:49 +01:00
Peter Mounce
52a87e1637
version -> 2, quote doc strings with colons
2015-05-19 11:47:48 +01:00
Peter Mounce
ddb85479cd
Add documentation note
2015-05-19 11:47:47 +01:00
Peter Mounce
0b0416aca1
Create win_dotnet_ngen module
...
When .NET is installed or updated, ngen is triggered to optimise the installation. This triggers high CPU while it's happening, and usually happens at an inconvenient time.
This allows you to trigger it when you like. Full details and background in doc.
I don't know a way to figure out whether this is required without actually running it.
2015-05-19 11:47:45 +01:00
Peter Mounce
a4a3a13439
Code-review
...
Swap state enabled/disabled -> enabled yes/no
2015-05-19 11:30:05 +01:00
Peter Mounce
d9211b709b
no default, remove it
2015-05-19 11:14:04 +01:00
Peter Mounce
ede4820562
version_added -> 2, remove empty aliases
2015-05-19 11:14:03 +01:00
Peter Mounce
4fef779f09
caught out by syntax
2015-05-19 11:14:02 +01:00
Peter Mounce
6f1d9fbbcc
correct variable name
2015-05-19 11:14:00 +01:00
Peter Mounce
d1c896d31e
win_scheduled_task module for windows
...
Fledgling module to allow scheduled tasks to be managed.
At present, I only need enabled/disabled support. There's lots of scope for more features.
2015-05-19 11:13:59 +01: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
Alan Loi
7c199cad25
Add dynamodb_table module
2015-05-16 21:53:27 +10:00
Rene Moser
46cb5627dc
cloudstack: cs_iso code style and cleanup
2015-05-16 13:04:14 +02:00
Rene Moser
de1f642efd
cloudstack: cs_iso: add account and domain
2015-05-16 12:45:55 +02:00
Rene Moser
0f884ead40
cloudstack: add catch all exceptions and show a user friendly message
...
Also see GH-493.
2015-05-16 11:55:35 +02:00
Rene Moser
2b7a40a46a
cloudstack: replace old _id() with new generic style from utils
2015-05-16 11:55:35 +02:00
Rene Moser
7705d1bb50
cloudstack: remove self.result, is defined in super class from utils
2015-05-16 11:55:35 +02:00
Rene Moser
63e9014e16
cloudstack: cs_affinitygroup: add domain and account support
2015-05-16 11:55:35 +02:00
Rene Moser
9f41d78346
cloudstack: avoid logging of secrets
2015-05-16 11:55:35 +02:00
Brian Coca
d590de8c4e
Merge pull request #474 from pb8226/feature/Upgrade-To-HipChat-V2-API
...
Changing from v1 to v2 hipchat api format.
2015-05-15 18:14:18 -04:00
Paul Bourdel
9c0cf447bd
removing unnecessary white space
2015-05-15 15:57:10 -05:00
Paul Bourdel
aa93ff944a
fixing grammar on error message
2015-05-15 15:56:06 -05:00