aap_create_group
Creates a host group in an Ansible Automation Platform inventory to organize hosts, with optional YAML/JSON variables and a description.
Instructions
Create a host group inside an AAP inventory.
Args: params (CreateGroupInput): Group configuration.
Returns: str: JSON with created group id and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |