mastible/site.yml

13 lines
232 B
YAML
Raw Permalink Normal View History

2017-11-24 17:36:57 +00:00
---
2018-05-28 16:37:46 +00:00
- name: Installs Mastodon on a Ubuntu server
2017-11-24 17:56:56 +00:00
hosts: mastodon
2017-11-24 17:36:57 +00:00
roles:
- common
2017-11-24 20:08:51 +00:00
- ruby
2017-11-26 21:32:46 +00:00
- mastodon-app
- mastodon-systemd
2017-11-26 21:50:14 +00:00
- mastodon-postgresql
2017-11-26 22:37:15 +00:00
- mastodon-redis
2017-11-26 23:05:24 +00:00
- mastodon-nginx
- mastodon-config