From 95ade544eb67ccd80d58bb88d16e98e8c4ed7304 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 1 Apr 2020 18:57:17 +0200 Subject: [PATCH] More readme changes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2e1e3d4..05aea9e 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ Just run the following command: ``` ansible-playbook peertube.yml --ask-vault-pass ``` + +If you want to use this configuration for your own instance, you need to fork this repo and enter your own domain in +`prod` and in `group_vars/prod.yml`. You also need to change the encrypted variables in the latter file. After that, +you can run the playbook to deploy your instance. \ No newline at end of file