masto-aio/ansible/site.yaml
2024-01-18 20:47:07 -08:00

13 lines
217 B
YAML

---
- name: apply common config
hosts: all
roles:
- { role: common, become: yes }
- name: mastodon instance
hosts: social
roles:
- { role: nginx, become: yes }
- { role: mastodon, become: yes }