summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/cloudstack
Commit message (Expand)AuthorAgeFilesLines
* cloudstack: streamline modules doc (part 2) (#52730)David Passante2019-02-288-187/+206
* cloudstack: streamline modules doc (#52509)David Passante2019-02-206-187/+173
* Final round of moving modules to new import error msg (#51852)Jordan Borean2019-02-082-4/+11
* Cloudstack: New module cs_vlan_ip_range (#51597)David Passante2019-02-061-0/+341
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-1949-497/+497
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Merge pull request #49678 from resmo/fix/cloudstack-tests-unstableRené Moser2018-12-101-4/+4
* E325 Removal - Part II (#49196)Abhijeet Kasurde2018-11-2811-2/+21
* Cloudstack: Add password reset module (#47931)Gregor Riepl2018-11-261-0/+164
* cs_instance: fix typos in defaults for ip/ip6_ipaddress (#49064)René Moser2018-11-231-2/+2
* Bulk fix DOCUMENTATION.author (Part 1) (#48934)John R Barker2018-11-201-1/+1
* cs_template: fix KeyError on state=extracted (#48675)René Moser2018-11-151-25/+28
* cs_network_acl_rule: fix doc and sanity (#47835)René Moser2018-11-021-34/+20
* cs_ip_address: fix vpc and network mutually exclusive (#47846)René Moser2018-11-011-3/+9
* Misc typo fixes (#47699)Abhijeet Kasurde2018-10-281-2/+2
* cs_account: add ability to bind accounts to LDAP (#46219)David Passante2018-10-271-25/+96
* cs_account: Implement role parameter support (#46166)David Passante2018-09-271-1/+29
* cs_resourcelimit: use query_api for error handling (#46036)René Moser2018-09-261-22/+8
* cs_ip_address: use query_api, fixes error handling (#46034)René Moser2018-09-261-3/+3
* cs_staticnat: fix sanity (#46037)René Moser2018-09-261-27/+11
* cs_instance: doc: fix typo in examples (#46035)René Moser2018-09-261-4/+4
* cs_instance: fix host migration without volume (#46115)René Moser2018-09-251-1/+1
* cs_loadbalancer_rule_member: fix error handling (#46012)René Moser2018-09-221-24/+16
* Cloudstack: fix support for some VPC service capabilities (#45727)David Passante2018-09-171-2/+31
* Stub out modules scheduled for 2.8 removal (#44985)Matt Martz2018-08-311-265/+3
* cs_template: implement update and revamp (#37015)René Moser2018-08-281-126/+234
* cs instance root_disk size update resizes the root volume (#43817)Yoan Blanc2018-08-281-0/+34
* Update cs_storage_pool.py (#42454)nishiokay2018-08-131-1/+1
* cs_pod: workaround for 4.11 API break (#43944)René Moser2018-08-111-34/+38
* cs_vpc: fix disabled or wrong vpc offering taken (#42465)René Moser2018-07-091-3/+15
* cs_firewall: fix idempotence and tests for cloudstack v4.11 (#42458)René Moser2018-07-081-3/+14
* [cloudstack] fix cs_host example (#42419)nishiokay2018-07-061-1/+1
* cloudstack: new module cs_disk_offering (#41795)David Passante2018-06-231-0/+373
* cs_instance: implement host migration support (#40309)René Moser2018-05-251-13/+68
* cloudstack: vpn: compatiblity fix for 4.5 API (#40700)René Moser2018-05-252-2/+2
* cloudstack: cs_instance with details (#40214)Yoan Blanc2018-05-241-6/+21
* cs_vpc: fix state=present to start vpc (#40587)René Moser2018-05-231-5/+6
* cs_vpc: implement state=started (#40319)René Moser2018-05-171-7/+23
* cs_instance_facts: add host return (#40307)René Moser2018-05-171-29/+41
* cloudstack: added fetch_list=True where appropriate (#40233)Peter Farmer2018-05-1717-29/+50
* cloudstack: use paging for listVirtualMachines (#40018)Peter Farmer2018-05-123-3/+6
* cloudstack: new module cs_role_permission (#37065)David Passante2018-04-271-0/+342
* More validate module fixes (#39097)John R Barker2018-04-243-10/+10
* cs_ip_address: add a "tags" parameter to ensure idempotency (#39016)David Passante2018-04-221-6/+58
* cs_user: fix E325 (#38158)René Moser2018-03-311-34/+23
* Fixes #37824. cloudstack: do not rely on APIs list queries for names (#37910)David Passante2018-03-261-1/+3
* cs_vpc_offering: listVPCOffering API returns any matching names (#37783)David Passante2018-03-231-1/+3
* cs_instance: add new template filter all (#37571)René Moser2018-03-191-5/+16
* Clean up module documentation (#36909)Dag Wieers2018-03-1523-341/+31
* cs_instance: fix py3 user_data base64 (#37135)René Moser2018-03-081-3/+8