masto-aio/ansible/site.yaml

17 lines
333 B
YAML
Raw Normal View History

2023-11-12 16:50:05 -08:00
---
- name: apply common config
hosts: all
roles:
- { role: common, become: yes }
- name: mastodon instance
hosts: social
roles:
2024-01-28 18:50:49 -08:00
- { role: docker, become: yes }
2024-01-19 18:58:51 -08:00
- { role: certbot, become: yes }
- { role: nginx, become: yes }
2023-11-12 16:50:05 -08:00
- { role: mastodon, become: yes }
2024-01-28 15:42:52 -08:00
- { role: fediblockhole, become: yes }
2023-11-12 16:50:05 -08:00