community.general/lib/ansible/modules/cloud/cloudstack
John R Barker e5b990a55a Fix invalid fields in module DOCUMENATION (#22297)
* fix module doc fields

* More module docs corrections

* More module docs corrections

* More module docs corrections

* More module docs corrections

* correct aliases

* Review comments

* Must quote ':'

* More authors

* Use suboptions:

* restore type: bool

* type should be in the same place

* More tidyups

* authors

* Use suboptions

* revert

* remove duplicate author

* More issues post rebase
2017-03-09 16:20:25 +00:00
..
__init__.py
cs_account.py
cs_affinitygroup.py
cs_cluster.py
cs_configuration.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
cs_domain.py
cs_facts.py use safe load instead 2017-02-21 17:45:46 -05:00
cs_firewall.py cloudstack: cs_firewall: fix pep8 and typo s/endpoint/endport/ (#22406) 2017-03-08 15:12:48 +01:00
cs_host.py no log passwords (#21229) 2017-02-10 15:13:59 -05:00
cs_instance.py cs_instance: fix ssh keys not found in projects (#21104) 2017-02-07 22:14:43 +01:00
cs_instance_facts.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
cs_instancegroup.py
cs_ip_address.py
cs_iso.py
cs_loadbalancer_rule.py
cs_loadbalancer_rule_member.py Fix invalid fields in module DOCUMENATION (#22297) 2017-03-09 16:20:25 +00:00
cs_network.py
cs_nic.py Fix invocations of module.fail_json with no msg= 2017-03-07 10:17:14 -05:00
cs_pod.py
cs_portforward.py cloudstack: cs_portforward: implement vpc support (#19044) 2017-02-08 07:57:36 +01:00
cs_project.py
cs_region.py
cs_resourcelimit.py Fix/cs resoucelimit pep8 (#22102) 2017-03-01 11:41:26 +00:00
cs_role.py
cs_router.py
cs_securitygroup.py
cs_securitygroup_rule.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
cs_snapshot_policy.py
cs_sshkeypair.py cloudstack: cs_sshkeypair: fix fingerprint not used as identifier (#22276) 2017-03-05 22:47:19 +01:00
cs_staticnat.py
cs_template.py
cs_user.py
cs_vmsnapshot.py
cs_volume.py
cs_vpc.py cloudstack: cs_vpc: fix vpc in projects not found (#22416) 2017-03-08 18:52:29 +01:00
cs_zone.py
cs_zone_facts.py