From 9588a000a928846ec379f691d2b53568b44cfc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 4 Sep 2020 13:45:07 +0200 Subject: [PATCH] Update README.md --- playbooks/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/README.md b/playbooks/README.md index 292c811c..67752562 100644 --- a/playbooks/README.md +++ b/playbooks/README.md @@ -38,4 +38,8 @@ The playbook can be run using: ansible-playbook -i hosts -K install.yml ``` The `-K` option will ask for your sudo password, and you have to supply a valid hosts file (here named `hosts`). -By default, the playbook will only run on the host listed in the `cvmfsstratum0servers` section of your hosts file. +By default, the playbook will only run on the host listed in the `cvmfsstratum0servers` section of the supplied `hosts` file. So, your `hosts` file should at least have: +``` +[cvmfsstratum0servers] +ip-or-hostname-of-your-stratum0 +```