ansible
CLIAgentless automation for configuration management and deployments.
Automate server configuration and application deployments over SSH
3 curated recipes · not yet executed by the harness#automation#configuration#deployment#infrastructure
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Ping all hosts
ansible all -i inventory.ini -m pingRun a playbook
ansible-playbook deploy.yml -i inventory.iniCommon failures (1)
- UNREACHABLECheck SSH connectivity and inventory file host definitions
Run ad-hoc command on hosts
ansible all -i inventory.ini -a 'uptime'Install
pip
pip install ansibleHomebrew
brew install ansibleAgent notes
- When to use
- Configuring multiple servers, deploying apps, automating ops tasks
- Quick examples
ansible-playbook deploy.yml -i inventory.iniansible all -i hosts -m ping
Use from an agent
curl -s https://clihub.com/api/tools/ansible | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug ansible on the MCP server at https://clihub.com/mcp.