cs_template: fix missing docs (#2165)
This commit is contained in:
parent
806ebef383
commit
46fb2f8d14
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