From 96f337ac4799130e4899402e53432a52501c3b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Thu, 5 May 2016 11:11:36 +0200 Subject: [PATCH] cs_template: fix missing docs (#2165) --- .../extras/cloud/cloudstack/cs_template.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_template.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_template.py index a72f4aaa5ca..e86bf75e46c 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_template.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_template.py @@ -93,6 +93,23 @@ options: - Only used if C(state) is present or absent. required: 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: description: - Name of the project the template to be registered in.