AnsibleOutput Data Type

Properties
name data type description
host string
result AnsibleResult
vmType string
cloudDeploymentDomain string
cloudProvider string
provisionID string
Properties inherited from OwnedObject
id string
timestamp number
owner string

Example

{
  "host" : "...",
  "result" : {
    "end" : "...",
    "cmd" : [ "...", "..." ],
    "stderr" : "...",
    "changed" : true,
    "delta" : "...",
    "stdout" : "...",
    "msg" : "...",
    "start" : "..."
  },
  "vmType" : "...",
  "cloudDeploymentDomain" : "...",
  "cloudProvider" : "...",
  "provisionID" : "...",
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345,
  "owner" : "user1"
}