community.general/lib/ansible/modules
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
..
cloud Cloudscale server password (#53701) 2019-03-12 21:56:05 +01:00
clustering Allow user to specify a custom condition when waiting (#52185) 2019-03-06 12:41:17 +00:00
commands Updated playbook works sample. (#51673) 2019-03-11 17:12:05 -05:00
crypto openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489) 2019-03-08 16:21:18 +00:00
database Remove dependency to psycopg2 with dump/restore (#53323) 2019-03-11 14:38:14 +00:00
files Minor Undefined variable fixes (#53383) 2019-03-08 08:35:13 -05:00
identity FreeIPA: Fix ipa_user password option (#48453) 2019-03-11 15:44:06 +05:30
inventory utilities: Clean up parameter types and add seealso (#53063) 2019-03-07 00:25:59 +01:00
messaging
monitoring
net_tools Fix checksum file parsing in get_url (#53685) 2019-03-12 12:39:02 -05:00
network Fortinet's FortiOS system global (#52826) 2019-03-13 00:33:06 +05:30
notification
packaging yum: fix disable_excludes in repoquery fallback (#53552) 2019-03-12 18:41:26 +01:00
remote_management redfish_utils: add support to automate multiple systems. (#50854) 2019-03-12 06:58:42 +10:00
source_control
storage Fix typos in purefa_pgsnap module (#53643) 2019-03-11 20:04:25 -04:00
system Configurable and parallel gather facts (#49399) 2019-03-08 13:08:37 -05:00
utilities remove some instances of `state: installed` (#53537) 2019-03-11 12:13:52 -05:00
web_infrastructure tower_credential: Add parameter vault_id (#53400) 2019-03-06 12:44:14 -05:00
windows win_psexec - deprecate the extra_opts module options (#53666) 2019-03-12 09:05:43 +10:00
__init__.py