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
patchback[bot] 96cda3a48a
New module: Proxmox disk management (#5101) (#5295)
* New module: Proxmox disk management

* Remove misplaced option

* Type missed

* Fixed docs, quotes, 2.7 syntax

* Forgotten comma

* Version added 5.5.0

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Italic options

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Missed dot

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Pythonify python

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Shorten command

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Action parameter drop. General improvements.

* Add proxmox_disk integration testing

* Shorten getting vmid

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Code tag for value

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Italic tag for option

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Definite ID of the VM

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Docs edit and loop condition

* Simplify conditions

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Dropped bps options, added idempotency checks

* Documentaion edit

* Rewrite create/import condition

* Trainling comma

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Added type field to all choosable arguments

* Description of disk bus ranges

* Fix imports

* Update version

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

* Lowercase YAML boolean

* Rename grown to resized and update documentation

* Documentation updated before actual changes

* Added 'update' flag for 'present' state

* Traling space

* YAML indentation

* Merged 'updated' option into 'present'.

* Doc update.

* Exclude 'import_from' on update

* Version bump

* yaml boolean lowercase

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

* yaml boolean lowercase

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

* More detailed description

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

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 7777b48c99)

Co-authored-by: castorsky <csky57@gmail.com>
2022-09-19 20:19:21 +02:00
..
cloud_init_data_facts.py Fix copyright lines (make sure 'Copyright' is there). (#5083) (#5084) 2022-08-05 22:45:15 +02:00
proxmox.py changed the default proxmox container unprivileged flag (#5224) (#5261) 2022-09-10 11:03:16 +02:00
proxmox_disk.py New module: Proxmox disk management (#5101) (#5295) 2022-09-19 20:19:21 +02:00
proxmox_domain_info.py multiple modules: removed unused imports (#5240) (#5257) 2022-09-09 22:38:29 +02:00
proxmox_group_info.py multiple modules: removed unused imports (#5240) (#5257) 2022-09-09 22:38:29 +02:00
proxmox_kvm.py add a couple conditionals to make sure updating can be done with vmid… (#5206) (#5279) 2022-09-12 21:15:25 +02:00
proxmox_nic.py multiple modules: removed unused imports (#5240) (#5257) 2022-09-09 22:38:29 +02:00
proxmox_snap.py multiple modules: removed unused imports (#5258) (#5268) 2022-09-10 12:18:27 +02:00
proxmox_storage_info.py multiple modules: removed unused imports (#5240) (#5257) 2022-09-09 22:38:29 +02:00
proxmox_tasks_info.py multiple modules: removed unused imports (#5240) (#5257) 2022-09-09 22:38:29 +02:00
proxmox_template.py multiple modules: removed unused imports (#5240) (#5257) 2022-09-09 22:38:29 +02:00
proxmox_user_info.py multiple modules: removed unused imports (#5240) (#5257) 2022-09-09 22:38:29 +02:00
rhevm.py Adjust booleans in cloud modules. (#5155) (#5176) 2022-08-24 20:22:10 +02:00
serverless.py Adjust booleans in cloud modules. (#5155) (#5176) 2022-08-24 20:22:10 +02:00
terraform.py Fix copyright lines (make sure 'Copyright' is there). (#5083) (#5084) 2022-08-05 22:45:15 +02:00
xenserver_facts.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00