From 74f8e743bf8437c3fb9a8a2437ee9560467ea75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20Br=C3=A4u?= Date: Sun, 22 Aug 2021 14:41:46 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86b077a..de238b1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This collection of scripts and configuration creates everything needed for redir ## How to run -1. Configure the redirects you want in `vars/main.yaml`. See the example file. -2. run `./create_vars.py > vars/vhosts.yaml` to create the vhosts configuration -3. run `ansible-playbook -i inventory configure_redirects.yaml` to create everything. This can take a while. +1. On the very first time run `ansible-galaxy install geerlingguy.certbot gcoop-libre.apache` +2. Configure the redirects you want in `vars/main.yaml`. See the example file. +3. run `./create_vars.py > vars/vhosts.yaml` to create the vhosts configuration +4. run `ansible-playbook -i inventory configure_redirects.yaml` to create everything. This can take a while.