Files
masto-ansible/frontend.yml
T
2022-12-21 22:30:01 -08:00

16 lines
311 B
YAML

---
- name: Configure yttrx frontend environment
hosts: [frontend]
roles:
- role: frontend
vars:
webapp_hosts:
- tusky.masto.yttrx.com
handlers:
- name: Re-up docker containers
command: docker-compose up -d
args:
chdir: /home/mastodon/live
listen: "docker-compose up"