mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cs_template: fix missing docs (#2165)
This commit is contained in:
parent
9ba13c2d1c
commit
96f337ac47
1 changed files with 17 additions and 0 deletions
|
@ -93,6 +93,23 @@ options:
|
||||||
- Only used if C(state) is present or absent.
|
- Only used if C(state) is present or absent.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
|
mode:
|
||||||
|
description:
|
||||||
|
- Mode for the template extraction.
|
||||||
|
- Only used if C(state=extracted).
|
||||||
|
required: false
|
||||||
|
default: 'http_download'
|
||||||
|
choices: [ 'http_download', 'ftp_upload' ]
|
||||||
|
domain:
|
||||||
|
description:
|
||||||
|
- Domain the template, snapshot or VM is related to.
|
||||||
|
required: false
|
||||||
|
default: null
|
||||||
|
account:
|
||||||
|
description:
|
||||||
|
- Account the template, snapshot or VM is related to.
|
||||||
|
required: false
|
||||||
|
default: null
|
||||||
project:
|
project:
|
||||||
description:
|
description:
|
||||||
- Name of the project the template to be registered in.
|
- Name of the project the template to be registered in.
|
||||||
|
|
Loading…
Reference in a new issue