masto-aio/ansible/site.yaml
2023-11-12 16:50:05 -08:00

12 lines
182 B
YAML

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