boma/playbooks/offsite.yml
sjat 9c169561d7 feat(offsite): *.askari.wingu.me wildcard + offsite.yml (docker_host + reverse_proxy)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 17:39:44 +02:00

11 lines
357 B
YAML

---
# offsite.yml — off-site hosts (askari): Docker engine + the Caddy reverse proxy.
# NetBird (M4b) appends to this play. Run: make deploy PLAYBOOK=offsite LIMIT=askari
- name: Configure off-site hosts
hosts: offsite_hosts
become: true
roles:
- role: docker_host
tags: [docker_host]
- role: reverse_proxy
tags: [reverse_proxy]