Haneef Ali
b65bd39615
Ansible module for Keystone V3 API
...
Change-Id: I9db323cc9e5a42353cab5cf4be6e22449cef8542
9 years ago
Chrrrles Paul
570869ef48
Merge pull request #1487 from chrrrles/vmware_doc_fragments
...
use doc fragments
9 years ago
Brian Coca
90db7af7a7
Merge pull request #1501 from tomxtobin/fix-709-boolean-values
...
osx_defaults: Fix boolean value parsing
9 years ago
Tom X. Tobin
4c4a58e77b
osx_defaults: Fix boolean value parsing
...
Values for boolean types were being unconditionally treated as strings
(by calling `.lower()`), thus breaking value parsing for actual boolean
and integer objects.
It looks like the bug was introduced in:
- 130bd670d8
Fixes #709 .
9 years ago
Brian Coca
e5982ba5e3
Merge pull request #1500 from lipanski/fix_bundler_gem_path_option
...
Fix: Rename gem_install_path to gem_path - as specified in the docs
9 years ago
lipanski
bc66ba103f
Fix: Rename gem_install_path to gem_path - as specified in the docs
9 years ago
Brian Coca
aae5847064
Merge pull request #1403 from LinusU/linusu-iptables-cleanup
...
iptables: cleanup
9 years ago
Brian Coca
38dfe23336
Merge pull request #1497 from jgeusebroek/devel
...
Fix documentation default value for gluster_volume start_on_create
9 years ago
Jeroen Geusebroek
e088c9f819
Fix documentation default value for gluster_volume start_on_create
9 years ago
Toshio Kuratomi
39d6066f51
Trick ansible-modules-validate to pass this with no RETURN.
...
This is a module present in 1.9 so we have to have it in even though it doesn't have RETURN
9 years ago
Alejandro Guirao
5bd31ada0e
Change for enabling future tests
9 years ago
Alejandro Guirao
0e492bb378
Change example to match a severity providen by Taiga out-of-the-box
9 years ago
Alejandro Guirao
92e2ea2cef
Minor example change
9 years ago
Alejandro Guirao
8d5ecca97f
Fix version_added in DOCUMENTATION
9 years ago
Alejandro Guirao
9d40ed90bb
Fix DOCUMENTATION typo
9 years ago
Alejandro Guirao
58a61459b3
Add taiga_issue module
9 years ago
Charles Paul
0ba3d85522
use doc fragments
9 years ago
Brian Coca
a42203bdb3
Merge pull request #1476 from jarrpa/jarrpa-patch-1
...
gluster_volume: allow probing ourselves
9 years ago
Brian Coca
2813675b6f
Merge pull request #1469 from Constantin07/update_elb_ec2_facts
...
ec2_elb_facts - Print explicit error cause when no ELBs are found in AWS
9 years ago
Brian Coca
61bb39be71
Merge pull request #1466 from stepanstipl/fix-route53_facts_hosted_zone_id
...
Fix: route53_facts hosted_zone_id boto error
9 years ago
Brian Coca
8327b862d6
Merge pull request #1439 from stivio/devel
...
little fix: facts['path'] -> facts['project_path']
9 years ago
Brian Coca
80737755ea
Merge pull request #1407 from dreamcat4/feature/fix-key-default-value
...
win_regedit: fixes #1404
9 years ago
Brian Coca
5f8b288c31
Merge pull request #1389 from brwilson/devel
...
Properly handle adding multiple bricks to volume
9 years ago
Brian Coca
3aa2d3744d
Merge pull request #1482 from ansible/json-imports-fallback
...
Update for modules which import json.
9 years ago
Brian Coca
b7d2521245
Merge pull request #1263 from sysreq0/devel
...
Added support for DNS SRV records in 'dnsmadeeasy' module
9 years ago
Sebastien Couture
7546cab1e5
removed comment
9 years ago
Brian Coca
4d2a20b2f4
Merge pull request #1382 from Jmainguy/lvol_snapshot
...
add snapshot feature to lvol
9 years ago
Brian Coca
264a7c88f6
added missing version_added
9 years ago
Brian Coca
fe7ffc572a
Merge pull request #1399 from dermute/pkgutil_v3
...
Added update_catalog and some error handling
9 years ago
Brian Coca
91c4558545
Merge pull request #1363 from wimnat/feature/eni_facts_secondary_addresses
...
Add secondary addresses to facts
9 years ago
Brian Coca
520d245ae7
added note on choice version availability
9 years ago
Brian Coca
4ca07d511e
Merge pull request #1248 from hypergig/devel
...
support for event alert monitors
9 years ago
Brian Coca
7f40f46573
added version_added
9 years ago
Brian Coca
c18c5a793c
Merge pull request #1234 from bradwilson/devel
...
Add apply_to option to rabbitmq_policy
9 years ago
Brian Coca
4d14e65df5
Merge pull request #1157 from yteraoka/cpanm-executable-param
...
add executable parameter to cpanm module
9 years ago
Brian Coca
aa95a81005
added version info on autodetection feature
9 years ago
Brian Coca
c0922d4d32
Merge pull request #1146 from frogu/proxmox_lxc_support
...
add lxc support, without dropping openvz
9 years ago
Toshio Kuratomi
620be97320
Merge branch 'pr/1043' into devel
9 years ago
Javier Palacios
e9898190cd
Allow relative path for bower executable
...
Add default value
Rename argument
Explicit verification of relative bower path
Add example
Old keyword name used in example
BUGFIX: tilde expansion actually useless on relative paths
Modify relative_execpath default value as suggested
Added version_added for relative_execpath
Update for last few comments on the bug report
* version to 2.1 since this feature enhancement will now go into 2.1
* set path and relative_execpath type to path
* Set default value of path to None
9 years ago
Toshio Kuratomi
7e56a66ef6
Really disable RETURN
9 years ago
Toshio Kuratomi
816bfd6990
Disable RETURNS because the approved module doesn't have a RETURNS that is buildable
9 years ago
Toshio Kuratomi
759e4f2f24
Merge pull request #952 from Java1Guy/ecs_service_module
...
cloud amazon ECS service modules
9 years ago
Toshio Kuratomi
d6af6f8477
Update for modules which import json.
...
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed
Fixes #1298
9 years ago
Toshio Kuratomi
39c3004337
Add a returns section for bigip_virtual-server
9 years ago
Toshio Kuratomi
4ef40ab421
Fix documentation build
9 years ago
Toshio Kuratomi
8c2509f908
Merge pull request #1457 from chrrrles/maven-expanduser
...
maven_artifact - Use expanduser for dest path
9 years ago
Toshio Kuratomi
6797c42821
Update the version_added to 2.1
9 years ago
Toshio Kuratomi
f5d9a0568c
Merge pull request #582 from Etienne-Carriere/f5_vs
...
Creation of F5 virtual_server module
9 years ago
Toshio Kuratomi
ff3386ebc4
Merge pull request #1462 from resmo/for-ansible
...
[2.0] cloudstack: cs_instance: fix case insensitivity
9 years ago
Rene Moser
11fdb822a4
cloudstack: fixes and improvements
...
cs_instance: fix case insensitivity
cs_instance: remove duplicate code block
cs_securitygroup_rule: fix KeyError on older ACS
9 years ago