Ansible Playbooks · Example Payload

Ansible Playbooks Playbook Job Example

AnsibleAutomationConfiguration ManagementDevOpsInfrastructure As CodeOrchestrationPlaybooks

Ansible Playbooks Playbook Job Example is an example object payload from Ansible Playbooks, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamestatusplaybookstartedfinishedelapsedjob_typelaunch_typeverbositylimitextra_varsinventoryprojectresult_tracebackcreatedmodified

Example Payload

ansible-playbooks-playbook-job-example.json Raw ↑
{
  "id": 500123,
  "name": "Deploy Web Application",
  "status": "successful",
  "playbook": "site.yml",
  "started": "2026-04-19T14:00:00Z",
  "finished": "2026-04-19T14:05:00Z",
  "elapsed": 300.5,
  "job_type": "run",
  "launch_type": "manual",
  "verbosity": 0,
  "limit": "web-servers",
  "extra_vars": "{\"env\": \"production\", \"app_version\": \"2.4.1\"}",
  "inventory": 42,
  "project": 7,
  "result_traceback": "",
  "created": "2026-04-19T13:59:00Z",
  "modified": "2026-04-19T14:05:00Z"
}