A Ansible playbook for installing Mastodon
Go to file
staticsafe eb7f8c9faf Add comment in README.md about what files need editing 2017-11-26 22:32:58 -05:00
group_vars Rename group_vars/all to group_vars/all.sample 2017-11-26 20:07:10 -05:00
roles Ignore errors first time we copy .env.production 2017-11-26 22:19:35 -05:00
LICENSE Initial commit 2017-11-24 11:52:16 -05:00
README.md Add comment in README.md about what files need editing 2017-11-26 22:32:58 -05:00
site.yml Add some instructions in README.md and uncomment mastodon-config role 2017-11-26 21:33:31 -05:00

README.md

mastible

An Ansible playbook to install Mastodon

Instructions for running this playbook

  • Copy group_vars/all.sample to group_vars/all, edit with your own instance's domain/sub-domain
  • Copy roles/mastodon-config/templates/.env.production.sample to roles/mastodon-config/templates/.env.production, edit with all relevant details (SMTP details are probably the only required one, the others you can leave be)
  • Make a hosts file that looks like this:
[mastodon]
dev.example.social
  • Run the playbook with ansible-playbook -i hosts site.yml