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
owner string
timestamp number

Example

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