boma/playbooks/offsite.yml

12 lines
357 B
YAML
Raw Normal View History

---
# 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]