【发布时间】:2016-03-19 00:11:01
【问题描述】:
我正在尝试使用 this Azure quickstart template 在 Azure 中部署 Ansible。
到目前为止,我已经完成了部署,但是当它尝试处理这些特定的扩展时,我遇到了一个错误...
- 可安装
- configuressh
这是完整的错误信息:
{ "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation completed with terminal provisioning state 'Failed'.", "details": [ { "code": "VMExtensionProvisioningError", "message": "VM has reported a failure when processing extension 'configuressh'. Error message: \"Enable failed:Incorrect padding\"." } ] } }
我不知道如何解决这个问题,所以希望有人能够提供帮助!
【问题讨论】:
-
你传入了什么参数?如果您确定以下参数正确,我特别好奇... "customScriptConfigStorageAccountName": { "value": "" }, "customScriptConfigStorageAccountKey": { "value": "" }
-
他问的原因是this问题。小心你引用变量的方式,似乎这是它在不理解参数时给出的错误。
-
我不认为它是相关的。好像 Azure 不知道 installansible 和 configuressh 是什么?
标签: azure ansible azure-resource-manager azure-deployment