mirror of https://github.com/ansible/ansible.git
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.
3302248616
* 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. |
7 years ago | |
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | 7 years ago | |
modules | 7 years ago | |
parsing | ||
playbook | 7 years ago | |
plugins | 7 years ago | |
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |