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-18 20:47:07 -08:00
|
|
|
- { role: nginx, become: yes }
|
2024-01-19 18:58:51 -08:00
|
|
|
- { role: certbot, become: yes }
|
2023-11-12 16:50:05 -08:00
|
|
|
- { role: mastodon, become: yes }
|
|
|
|
|