A Ansible playbook for installing Mastodon
Go to file
staticsafe 9cf0e45052 Remove mention of group_vars file in README.md
Also mention that we now use ansible_nodename as a variable for playbook wide use
2017-11-26 22:55:22 -05:00
roles We now use ansible_nodename so we don't need group_vars/all.sample 2017-11-26 22:47:25 -05:00
LICENSE Initial commit 2017-11-24 11:52:16 -05:00
README.md Remove mention of group_vars file in README.md 2017-11-26 22:55:22 -05:00
site.yml We no longer need the mastodon-webpush role, removed. 2017-11-26 22:36:49 -05:00

README.md

mastible

An Ansible playbook to install Mastodon

Instructions for running this playbook

  • 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 (Make sure that the nodename here is the domain/sub-domain you want for your Mastodon instance, we use it as a variable):
[mastodon]
dev.example.social
  • Run the playbook with ansible-playbook -i hosts site.yml