docs: correct ansible installer repo links

This commit is contained in:
felirami 2026-01-30 03:36:25 -03:00
parent 9025da2296
commit 714edc9a86

View File

@ -8,19 +8,19 @@ read_when:
# Ansible Installation # Ansible Installation
The recommended way to deploy OpenClaw to production servers is via **[openclaw-ansible](https://github.com/openclaw/openclaw-ansible)** — an automated installer with security-first architecture. The recommended way to deploy OpenClaw to production servers is via **[clawdbot-ansible](https://github.com/openclaw/clawdbot-ansible)** — an automated installer with security-first architecture.
## Quick Start ## Quick Start
One-command install: One-command install:
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/openclaw/openclaw-ansible/main/install.sh | bash curl -fsSL https://raw.githubusercontent.com/openclaw/clawdbot-ansible/main/install.sh | bash
``` ```
> **📦 Full guide: [github.com/openclaw/openclaw-ansible](https://github.com/openclaw/openclaw-ansible)** > **📦 Full guide: [github.com/openclaw/clawdbot-ansible](https://github.com/openclaw/clawdbot-ansible)**
> >
> The openclaw-ansible repo is the source of truth for Ansible deployment. This page is a quick overview. > The clawdbot-ansible repo is the source of truth for Ansible deployment. This page is a quick overview.
## What You Get ## What You Get
@ -117,8 +117,8 @@ If you prefer manual control over the automation:
sudo apt update && sudo apt install -y ansible git sudo apt update && sudo apt install -y ansible git
# 2. Clone repository # 2. Clone repository
git clone https://github.com/openclaw/openclaw-ansible.git git clone https://github.com/openclaw/clawdbot-ansible.git
cd openclaw-ansible cd clawdbot-ansible
# 3. Install Ansible collections # 3. Install Ansible collections
ansible-galaxy collection install -r requirements.yml ansible-galaxy collection install -r requirements.yml
@ -137,7 +137,7 @@ The Ansible installer sets up OpenClaw for manual updates. See [Updating](/insta
To re-run the Ansible playbook (e.g., for configuration changes): To re-run the Ansible playbook (e.g., for configuration changes):
```bash ```bash
cd openclaw-ansible cd clawdbot-ansible
./run-playbook.sh ./run-playbook.sh
``` ```
@ -193,13 +193,13 @@ openclaw channels login
## Advanced Configuration ## Advanced Configuration
For detailed security architecture and troubleshooting: For detailed security architecture and troubleshooting:
- [Security Architecture](https://github.com/openclaw/openclaw-ansible/blob/main/docs/security.md) - [Security Architecture](https://github.com/openclaw/clawdbot-ansible/blob/main/docs/security.md)
- [Technical Details](https://github.com/openclaw/openclaw-ansible/blob/main/docs/architecture.md) - [Technical Details](https://github.com/openclaw/clawdbot-ansible/blob/main/docs/architecture.md)
- [Troubleshooting Guide](https://github.com/openclaw/openclaw-ansible/blob/main/docs/troubleshooting.md) - [Troubleshooting Guide](https://github.com/openclaw/clawdbot-ansible/blob/main/docs/troubleshooting.md)
## Related ## Related
- [openclaw-ansible](https://github.com/openclaw/openclaw-ansible) — full deployment guide - [clawdbot-ansible](https://github.com/openclaw/clawdbot-ansible) — full deployment guide
- [Docker](/install/docker) — containerized gateway setup - [Docker](/install/docker) — containerized gateway setup
- [Sandboxing](/gateway/sandboxing) — agent sandbox configuration - [Sandboxing](/gateway/sandboxing) — agent sandbox configuration
- [Multi-Agent Sandbox & Tools](/multi-agent-sandbox-tools) — per-agent isolation - [Multi-Agent Sandbox & Tools](/multi-agent-sandbox-tools) — per-agent isolation