mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7205/58d89ce4 backport][stable-6] smbios option description (#7223)
* smbios option description (#7205)
* smbios option description
More detailed description smbios option
* Update plugins/modules/proxmox_kvm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Change map to string
* Update proxmox_kvm.py
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 58d89ce442
)
* Avoid semantic markup.
---------
Co-authored-by: Андрей Неустроев <99169437+aneustroev@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5707fc1b33
commit
03c66d0db4
1 changed files with 8 additions and 0 deletions
|
@ -408,6 +408,14 @@ options:
|
|||
smbios:
|
||||
description:
|
||||
- Specifies SMBIOS type 1 fields.
|
||||
- "Comma separated, Base64 encoded (optional) SMBIOS properties:"
|
||||
- C([base64=<1|0>] [,family=<Base64 encoded string>])
|
||||
- C([,manufacturer=<Base64 encoded string>])
|
||||
- C([,product=<Base64 encoded string>])
|
||||
- C([,serial=<Base64 encoded string>])
|
||||
- C([,sku=<Base64 encoded string>])
|
||||
- C([,uuid=<UUID>])
|
||||
- C([,version=<Base64 encoded string>])
|
||||
type: str
|
||||
snapname:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue