community.general/lib/ansible/modules/extras/cloud
mathieu bultel 579b2a8f2e Add os_stack module for create, update and delete stack (#2002)
* Add os_stack module for create and delete stack

* Add ansible module for creating and deleting heat stack
* Parameters:
  - stack name
  - template
  - environment_files (list)
  - parameters (dict)
  - timeout
  - rollback
  - state: In a near futur I would like to improve
    this module by providing a way updating the stack
    if already exist. Shade doesn't offer this functionality
    AFAIK

* Add update stack feature

* Update added_version and return doc

* Add copyright for os_stack module

* Add wait user choice and minor fixes

* Remove Todo for Shade 1.8.0 and bad line example

* Add documentation for the return values

* Fix type on return value

* Fix yaml syntax

* Cast message to string instead

* add missing check mode
2016-12-08 11:34:31 -05:00
..
amazon ec2_vpc_route_table: fixes: #2377 (#2421) 2016-12-08 11:34:27 -05:00
azure fix azure_rm_deployment for rc5 2016-12-08 11:34:27 -05:00
centurylink doc: remove common return values from various modules 2016-12-08 11:34:27 -05:00
cloudstack cloudstack: cs_volume: fix volume may be NoneType in check_mode (#2455) 2016-12-08 11:34:24 -05:00
google Use type=path for pem_file, since that's a file (#1934) 2016-12-08 11:34:06 -05:00
lxc Pass the lxc_path when checking if container exists (#2457) 2016-12-08 11:34:26 -05:00
lxd Fix lxd_container and lxd_profile document to be rendered properly 2016-12-08 11:34:30 -05:00
misc Implement mounts in proxmox module (#2426) 2016-12-08 11:34:24 -05:00
openstack Add os_stack module for create, update and delete stack (#2002) 2016-12-08 11:34:31 -05:00
profitbricks
rackspace
smartos Add __init__.py and update version_added to fix module for ansible-validate checks 2016-12-08 11:34:16 -05:00
softlayer Update sl_vm.py (#2267) 2016-12-08 11:34:16 -05:00
vmware doc: remove common return values from various modules 2016-12-08 11:34:27 -05:00
webfaction type should be 'list' not the default of 'string' 2016-12-08 11:34:03 -05:00
__init__.py
xenserver_facts.py