ワンクリックで
ansible-configure
Configuration management and automation with Ansible
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configuration management and automation with Ansible
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interact with Hermes Agent's OpenAI-compatible API for multi-model conversations, skill management, and scheduled tasks
Generate and manage Docker Compose stacks via the better-openclaw API
Deploy and manage a self-hosted Tailscale control server (Headscale) for zero-trust private networking and secure access to your stack.
A specialized skill workflow instructing you to use Serper (for discovery) and any configured Browser Automation provider (Hyperbrowser, Browseruse, Lightpanda, or Browserless) to scrape official documentation and teach yourself new technical skills.
Instructions for utilizing the HexStrike AI MCP Server for automated pentesting and security research.
Instructions for managing the PentAGI autonomous AI agent system for complex penetration testing tasks.
| name | ansible-configure |
| description | Configuration management and automation with Ansible |
| version | 1.0.0 |
| tags | ["devops","automation","configuration","deployment"] |
Ansible automates server configuration, application deployment, and orchestration using human-readable YAML playbooks.
ansible-playbook -i inventory.ini site.yml
ansible all -i inventory.ini -m ping
ansible webservers -i inventory.ini -m shell -a "uptime"