run_ad_hoc
Execute Ansible ad-hoc commands on specified hosts to manage infrastructure, configure systems, or perform remote operations using modules like shell.
Instructions
Run an Ansible ad-hoc command against specified hosts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| module | No | shell | |
| args | No | ||
| inventory | No | ||
| become | No | ||
| extra_vars | No |