Toshio Kuratomi
06c7522f2b
Merge pull request #525 from QuantumGhost/devel
...
Use expanduser to deal with path in bower module
10 years ago
QuantumGhost
4ff9a68a4b
Use expanduser to deal with path in bower module
...
So bower module can correctly handle path containing `~`
10 years ago
Rene Moser
c0fb48cd39
zabbix_group: improve params
10 years ago
Rene Moser
3f108732c5
zabbix_group: add backword compatibility
...
* add alias host_group for host_groups
* add choices for param state
10 years ago
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.
10 years ago
Rene Moser
f0eb372e99
zabbix_group: update authors to new format
10 years ago
Cove Schneider
8175bd2f78
remove superfluous defaults
10 years ago
Cove Schneider
30832ab4d9
add zabbix_group module
10 years ago
Rene Moser
2d35caf68b
zabbix_group: remove current module in favor of PR #346
10 years ago
Brian Coca
5187c7fcd7
removed executable bit
10 years ago
Toshio Kuratomi
24390f1ac6
Merge pull request #514 from stansonhealth/newrelic_updates
...
Newrelic documentation, argspec updates
10 years ago
Toshio Kuratomi
8893c2d2d0
Fix typo: Need lvreduce instead of lvextend.
...
Fixes #513
10 years ago
Toshio Kuratomi
8fb19f0e47
Merge pull request #518 from tbielawa/nagios_license
...
Allow nagios module to be licensed as gpl v2 or newer
10 years ago
Tim Bielawa
9ae04256fe
Allow nagios module to be licensed as gpl v2 or newer
10 years ago
Ernst Kuschke
257d8ea2b1
Allow any custom chocolatey source
...
This is to allow for a local source (for instance in the form of artifactory)
10 years ago
tedder
c9e02dd7d8
use newer required_one_of syntax; unsure why there's app_name vs appname, so leaving it alone.
10 years ago
tedder
4cc8c6b340
they call it a key, not a token
10 years ago
tedder
a58e5a0efc
fix 404'd url. There's no perfect replacement, but this is okay.
10 years ago
Sebastian Kornehl
fa2f250f14
Added eval for pasting tag lists
10 years ago
Brian Coca
fefbf7c41a
Merge pull request #511 from resmo/fix/cs_portforward
...
cloudstack: fix public and private ports results not int
10 years ago
Brian Coca
3cebc1c426
Merge pull request #510 from resmo/feature/extend_cs_firewall
...
cloudstack: cs_firewall: add egress support
10 years ago
Peter Mounce
a4a3a13439
Code-review
...
Swap state enabled/disabled -> enabled yes/no
10 years ago
Peter Mounce
d9211b709b
no default, remove it
10 years ago
Peter Mounce
ede4820562
version_added -> 2, remove empty aliases
10 years ago
Peter Mounce
4fef779f09
caught out by syntax
10 years ago
Peter Mounce
6f1d9fbbcc
correct variable name
10 years ago
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.
10 years ago
Rene Moser
525ef47247
cloudstack: fix public and private ports results not int
10 years ago
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.
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
Alan Loi
7c199cad25
Add dynamodb_table module
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