mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-18 02:40:21 -07:00
[proxmox_vm_info] New module to retrieve virtual machines information from Proxmox VE API (#6852)
* [proxmox_vm_info] New module to retrieve virtual machines information from Proxmox VE API * Address review comments * Fix seealso fragment * Update plugins/modules/proxmox_vm_info.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f6ee2177a2
commit
7adb99855a
4 changed files with 534 additions and 0 deletions
|
@ -213,6 +213,8 @@ options:
|
|||
default: opportunistic
|
||||
version_added: 4.3.0
|
||||
author: Sergei Antipov (@UnderGreen)
|
||||
seealso:
|
||||
- module: community.general.proxmox_vm_info
|
||||
extends_documentation_fragment:
|
||||
- community.general.proxmox.documentation
|
||||
- community.general.proxmox.selection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue