masto-aio/ansible/site.yaml

17 lines
369 B
YAML

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