add-external-server
Add an external server to the Ansible inventory by providing name, IP, server type, and optional SSH details.
Instructions
Add an external server to the Ansible inventory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Server name for inventory | |
| ip | Yes | IP address or hostname | |
| type | Yes | Server type | |
| sshPort | No | SSH port | |
| sshUser | No | SSH username | root |
| sshKey | No | Path to SSH key | |
| groups | No | Ansible groups to assign | |
| vars | No | Additional Ansible variables |