You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/cloudstack
Rene Moser 8ec66713d9 cloudstack: fixes and improvements
- cs_affinitygroup: add project support
  Project support in CloudStack for affinity groups is going to be fixed/implemented in the near future, this module should already support.

- cs_affinitygroup:  fix missing returns in doc

- cs_volume: fix disk offering not found

- cs_volume: fix volume not found if created with display_volume=no

- cs_firewall: argument zone is missing, default zone is always used.
  credits for reporting and fixing to @atsaki
  closes #1320

- cs_instance: fix user_data base64 encoding fails if not a string
9 years ago
..
__init__.py cloudstack: add new module cloudstack_sshkey 10 years ago
cs_account.py cloudstack: implement common argument spec handling 9 years ago
cs_affinitygroup.py cloudstack: fixes and improvements 9 years ago
cs_domain.py cloudstack: implement common argument spec handling 9 years ago
cs_facts.py cloudstack: sync cs_facts with best practices 9 years ago
cs_firewall.py cloudstack: fixes and improvements 9 years ago
cs_instance.py cloudstack: fixes and improvements 9 years ago
cs_instancegroup.py cloudstack: implement common argument spec handling 9 years ago
cs_ip_address.py cloudstack: implement common argument spec handling 9 years ago
cs_iso.py cloudstack: implement common argument spec handling 9 years ago
cs_loadbalancer_rule.py Fix doc build by moving misplaced CIDR documentation 9 years ago
cs_loadbalancer_rule_member.py cloudstack: add new loadbalancer rule modules 9 years ago
cs_network.py cloudstack: implement common argument spec handling 9 years ago
cs_portforward.py cloudstack: cs_portforward: fix example does not match description 9 years ago
cs_project.py cloudstack: implement common argument spec handling 9 years ago
cs_securitygroup.py cloudstack: implement common argument spec handling 9 years ago
cs_securitygroup_rule.py cloudstack: implement common argument spec handling 9 years ago
cs_sshkeypair.py cloudstack: implement common argument spec handling 9 years ago
cs_staticnat.py cloudstack: implement common argument spec handling 9 years ago
cs_template.py cloudstack: implement common argument spec handling 9 years ago
cs_user.py cloudstack: implement common argument spec handling 9 years ago
cs_vmsnapshot.py cloudstack: implement common argument spec handling 9 years ago
cs_volume.py cloudstack: fixes and improvements 9 years ago