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)
10 years ago
Toshio Kuratomi
576d94e8d4
Update module_utils "import" to the new-style
...
Fixes #505
10 years ago
Brian Coca
20bf6d825e
Merge pull request #503 from manuel-sousa/rabbitmq_exchange
...
Added missing default values
10 years ago
Brian Coca
ed0d3b94b3
Merge pull request #502 from manuel-sousa/rabbitmq_queue
...
Add missing defaults
10 years ago
Brian Coca
3f7d9fd168
Merge pull request #501 from manuel-sousa/rabbitmq_binding
...
Added missing default
10 years ago
Brian Coca
374bc74fcf
Merge pull request #448 from rickmendes/ec2-win-password
...
Add ec2_win_password module
10 years ago
Brian Coca
804cbeb55e
Merge pull request #500 from resmo/fix/authors
...
rabbitmq; update author for new rabbitmq modules
10 years ago
Rene Moser
f2b085d015
rabbitmq; update author for new rabbitmq modules
10 years ago
Manuel Sousa
b30f112e57
Add missing defaults
10 years ago
Manuel Sousa
a35dd87263
Added missing default
10 years ago
Manuel Sousa
e981275884
Added missing default values
10 years ago
Brian Coca
8147103da9
Merge pull request #464 from manuel-sousa/rabbitmq_binding
...
Rabbitmq binding
10 years ago
Brian Coca
cbe32cd600
Merge pull request #463 from manuel-sousa/rabbitmq_exchange
...
Rabbitmq exchange
10 years ago
Brian Coca
f22c1d4542
Merge pull request #462 from manuel-sousa/rabbitmq_queue
...
Rabbitmq queue
10 years ago
Greg DeKoenigsberg
1b750d6540
Merge pull request #497 from resmo/for-ansible
...
cloudstack: various improvements and cleanups
10 years ago
Rene Moser
46cb5627dc
cloudstack: cs_iso code style and cleanup
10 years ago
Rene Moser
de1f642efd
cloudstack: cs_iso: add account and domain
10 years ago
Rene Moser
0f884ead40
cloudstack: add catch all exceptions and show a user friendly message
...
Also see GH-493.
10 years ago
Rene Moser
2b7a40a46a
cloudstack: replace old _id() with new generic style from utils
10 years ago
Rene Moser
7705d1bb50
cloudstack: remove self.result, is defined in super class from utils
10 years ago
Rene Moser
63e9014e16
cloudstack: cs_affinitygroup: add domain and account support
10 years ago
Rene Moser
9f41d78346
cloudstack: avoid logging of secrets
10 years ago
Brian Coca
d590de8c4e
Merge pull request #474 from pb8226/feature/Upgrade-To-HipChat-V2-API
...
Changing from v1 to v2 hipchat api format.
10 years ago
Paul Bourdel
9c0cf447bd
removing unnecessary white space
10 years ago
Paul Bourdel
aa93ff944a
fixing grammar on error message
10 years ago
Paul Bourdel
452a590af8
adding author username
10 years ago
Paul Bourdel
98e3ee36b7
adding new line to end of file
10 years ago
Paul Bourdel
0a1784736c
adding check for module.check_mode to v2 message method
10 years ago
Paul Bourdel
f5afe50d79
Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into feature/Upgrade-To-HipChat-V2-API
10 years ago
Paul Bourdel
6719cbc5a2
Rewriting to use default ansible http libraries.
10 years ago
Toshio Kuratomi
88eff11c04
Many more doc fixes
10 years ago
Toshio Kuratomi
32fb15e310
Fix quoting for documentation build
10 years ago
Manuel Sousa
83e195578b
Change variables from camel case to underscore
10 years ago
Manuel Sousa
709817bf19
Missed variable exchangeExists -> exchange_exists
10 years ago
Manuel Sousa
46eedaf368
Change variables from camel case to underscore
10 years ago
Manuel Sousa
abab60208d
Change variables from camel case to underscore
10 years ago
Matt Martz
8c8a0e1b8d
Merge pull request #490 from sivel/travis-26
...
Specify that travis should use python2.6
10 years ago
Matt Martz
1cc23bd9a0
Specify that travis should use python2.6
10 years ago
Manuel Sousa
c7fe644c70
Make compatible with python 2.4
...
Removed one line if else
10 years ago
Brian Coca
08445418aa
more string corrections
10 years ago
Manuel Sousa
6354e835d1
Removed leftovers from testing the module
10 years ago
Manuel Sousa
4882f2bbbe
Make compatible with python
...
Removed one line if else
10 years ago
Manuel Sousa
112f4262f1
Make compatible with python 2.4
...
Removed one line if else
10 years ago
Brian Coca
9dd4e07fe9
Merge pull request #492 from willybarro/pushbullet-module-py26
...
Fix pushbullet compatibility with python 2.6
10 years ago
Brian Coca
edf519a0c2
moar quotes
10 years ago
Willy Barro
b1cbbcef4a
Fix pushbullet compatibility with python 2.6
...
Remove dict comprehension usage.
10 years ago
Brian Coca
bceeba224f
fix doc parsing by correctly quoting author
10 years ago
Brian Coca
67ccbd3bc0
more minor docfixes
10 years ago
Greg DeKoenigsberg
efd307903c
Adding author's github id
10 years ago
Greg DeKoenigsberg
8ec8cd182a
Adding author's github id
10 years ago