infra/playbooks/tools.yml
jack 05bcbab858
Some checks failed
CI/CD / syntax-check (push) Successful in 59s
CI/CD / deploy (push) Failing after 11m20s
feat: add tools role (Outline wiki) + 3-server architecture
Services:
- Outline wiki at wiki.csrx.ru → visual-tools:3000
- Outline uses Timeweb S3 (visual-outline bucket) for files

Structure:
- roles/tools/ — docker-compose + env templates for tools server
- playbooks/tools.yml — deploys base+docker+tools to visual-tools

Config changes:
- domain_dashboard: dashboard → dash.csrx.ru
- domain_wiki: wiki.csrx.ru (new)
- domain_mon: mon.csrx.ru (new, for Grafana)
- ip_main/tools/mon vars for cross-server Traefik routing
- outline_* secrets added to vault + main.yml aliases

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 05:36:04 +07:00

14 lines
277 B
YAML

---
# Deploy tools stack (Outline wiki) on visual-tools server
# ansible-playbook playbooks/tools.yml
- name: Deploy tools stack
hosts: tools
become: true
roles:
- role: base
tags: base
- role: docker
tags: docker
- role: tools
tags: tools