mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
* Fix typo (#25161) * Fixed cluster deletion: added final snapshot management This adds 2 new options to the module API (only for the "delete" command): * skip_final_cluster_snapshot: skip a final snapshot before deleting the cluster * final_cluster_snapshot_identifier: identifier of the final snapshot to be created before deleting the cluster Ref: http://boto.cloudhackers.com/en/latest/ref/redshift.html * Fixed cluster deletion: added final snapshot management This adds 2 new options to the module API (only for the "delete" command): * skip_final_cluster_snapshot: skip a final snapshot before deleting the cluster * final_cluster_snapshot_identifier: identifier of the final snapshot to be created before deleting the cluster Ref: http://boto.cloudhackers.com/en/latest/ref/redshift.html * add version_added information * Review corrections: * used required_if instead of checking parameters compatibility inside the code * renamed aliases to be more explicit Also added an example for the "delete" command * Review corrections correction - make "delete" command specific parameters mandatory only when the command is "delete" * updated doc with aliases * Fix YAML docs syntax * Set default to match API for skip_final_cluster_snapshot. |
||
---|---|---|
.. | ||
amazon | ||
atomic | ||
azure | ||
centurylink | ||
cloudscale | ||
cloudstack | ||
digital_ocean | ||
dimensiondata | ||
docker | ||
linode | ||
lxc | ||
lxd | ||
misc | ||
openstack | ||
ovh | ||
ovirt | ||
packet | ||
profitbricks | ||
pubnub | ||
rackspace | ||
smartos | ||
softlayer | ||
univention | ||
vmware | ||
webfaction | ||
__init__.py |