Remove mention of group_vars file in README.md

Also mention that we now use ansible_nodename as a variable for playbook wide use
This commit is contained in:
staticsafe 2017-11-26 22:54:46 -05:00
parent ba11593f07
commit 9cf0e45052
1 changed files with 1 additions and 2 deletions

View File

@ -3,10 +3,9 @@ An Ansible playbook to install Mastodon
## Instructions for running this playbook ## 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 - 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) (SMTP details are probably the only required one, the others you can leave be)
- Make a hosts file that looks like this: - 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] [mastodon]