Ansible Playbooks · Example Payload

Ansible Playbooks Inventory Example

All production web server hosts across US-East region.

AnsibleAutomationConfiguration ManagementDevOpsInfrastructure As CodeOrchestrationPlaybooks

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

Top-level fields

idnamedescriptionorganizationkindhost_filtervariablestotal_hostshosts_with_active_failurestotal_groupshas_inventory_sourcescreatedmodified

Example Payload

ansible-playbooks-inventory-example.json Raw ↑
{
  "id": 42,
  "name": "Production Web Servers",
  "description": "All production web server hosts across US-East region.",
  "organization": 1,
  "kind": "",
  "host_filter": "",
  "variables": "{\"ansible_user\": \"deploy\", \"ansible_port\": 22}",
  "total_hosts": 24,
  "hosts_with_active_failures": 0,
  "total_groups": 4,
  "has_inventory_sources": false,
  "created": "2026-01-01T00:00:00Z",
  "modified": "2026-04-19T00:00:00Z"
}