Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Sep 4, 2020
1 parent d992ee5 commit 9588a00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playbooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 9588a00

Please sign in to comment.