Ansible Playbooks · Schema

Inventory

An Ansible inventory containing groups and hosts targeted by playbook execution.

AnsibleAutomationConfiguration ManagementDevOpsInfrastructure As CodeOrchestrationPlaybooks

Properties

Name Type Description
id integer Unique identifier for the inventory.
name string Human-readable name for the inventory.
description string Description of the inventory and its purpose.
organization integer ID of the organization that owns this inventory.
kind string Inventory kind — empty for standard, smart, or constructed.
host_filter string Filter expression for smart inventories.
variables string Inventory-level variables as a JSON or YAML string.
total_hosts integer Total number of hosts in this inventory.
hosts_with_active_failures integer Number of hosts with active failures.
total_groups integer Total number of groups in this inventory.
has_inventory_sources boolean Whether this inventory has external inventory sources.
created string Timestamp when the inventory was created.
modified string Timestamp when the inventory was last modified.
View JSON Schema on GitHub