From 9cf0e45052026c7433d7b12eb74b5dff395c13dc Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 26 Nov 2017 22:54:46 -0500 Subject: [PATCH] Remove mention of group_vars file in README.md Also mention that we now use ansible_nodename as a variable for playbook wide use --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cf2fc34..8006e75 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ 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: +- 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]