community.general/lib/ansible/modules/cloud/cloudscale
Gaudenz Steinlin 8111425a96 Cloudscale server password (#53701)
* cloudscale_server: remove required parameter check

The valid parameter combinations are already checked by the API. There
is no need to check a subset of this in the Ansible module as well. This
makes it more likely that future changes in the API won't require
changes in the Ansible module.

* cloudscale_server: add password parameter

Recent revisions of the cloudscale.ch API allow setting a password for a
server. Add this option to the cloudscale_server module.
2019-03-12 21:56:05 +01:00
..
__init__.py
cloudscale_floating_ip.py cloudscale: combine docs in fragment (#52069) 2019-02-13 13:52:01 -06:00
cloudscale_server.py Cloudscale server password (#53701) 2019-03-12 21:56:05 +01:00
cloudscale_volume.py cloudscale_volume: fail fast on volume type change (#52231) 2019-02-18 17:48:47 +00:00