list_inventory
Retrieve and display Ansible inventory hosts and groups using the specified inventory file for efficient server management.
Instructions
List Ansible inventory hosts and groups
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inventory | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"inventory": {
"type": "string"
}
},
"type": "object"
}