masto-aio/ansible/site.yaml

15 lines
254 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-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 }