aap_add_host_to_group
Add an existing host to a group inside an inventory. Supply the group ID and host ID to update the Ansible Automation Platform inventory.
Instructions
Add an existing host to a group within an inventory.
Args: params (AddHostToGroupInput): - group_id (int): Target group ID - host_id (int): Host ID to add
Returns: str: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |