1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/cloud/misc
Martijn b0c27f7a68
proxmox: Add clone parameter (#3930)
* proxmox: Add clone parameter

* Add changelog fragment

* Add version_added

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add PR URL to changelog fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

* Clarify what content_check does

* Split up try/except block to give a separate error message when creation pre-checks fail

* Create seperate case for cloning

* Prevent 'clone' argument from being removed

* Fix double argument, add todo's

* Check if to be cloned container actually exists

* Adjust module options dependencies

* Require 'storage' parameter when cloned container is not a template and ignore otherwise

* Don't only create linked clones of template containers

* Fix pylint errors

* Add extra example

* Minor language fix

* Add clone_type parameter to specify cloning behaviour

* I can't find if openvz nodes have this clone API, so just don't support it

* Remove unrelated changes

* Don't pass unused kwargs

* Revert more unrelated changes

* Remove required_together clone and clone_type because clone_type has a default choice

* Fix clone_type reference

Co-authored-by: Felix Fontein <felix@fontein.de>

* Fix missing period

Co-authored-by: Felix Fontein <felix@fontein.de>

* Fix redundant period

Co-authored-by: Felix Fontein <felix@fontein.de>

* Fix redundant period

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-06 07:01:25 +01:00
..
cloud_init_data_facts.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
proxmox.py proxmox: Add clone parameter (#3930) 2022-01-06 07:01:25 +01:00
proxmox_domain_info.py More renames. (#2307) 2021-04-21 12:54:35 +02:00
proxmox_group_info.py Fixed - TypeError: unexpected keyword argument (#3649) 2021-10-31 20:21:38 +01:00
proxmox_kvm.py Prepare for distutils.version being removed in Python 3.12 (#3936) 2021-12-24 17:34:48 +00:00
proxmox_nic.py proxmox_nic: set mtu on interface even if it's not virtio (#2505) 2021-05-14 10:33:30 +02:00
proxmox_snap.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
proxmox_storage_info.py More renames. (#2307) 2021-04-21 12:54:35 +02:00
proxmox_tasks_info.py Proxmox tasks module (#3226) 2021-10-03 22:21:33 +02:00
proxmox_template.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
proxmox_user_info.py More renames. (#2307) 2021-04-21 12:54:35 +02:00
rhevm.py minor refactors on plugins/modules/cloud/misc (#2557) 2021-05-27 19:13:21 +02:00
serverless.py serverless - deprecating unused param (#2845) 2021-06-20 13:07:45 +02:00
terraform.py Prepare for distutils.version being removed in Python 3.12 (#3936) 2021-12-24 17:34:48 +00:00
xenserver_facts.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00