Skip to content
Snippets Groups Projects
Commit 9161e520 authored by Arie Peterson's avatar Arie Peterson
Browse files

Small fixes to usage and readme

parent 5c24025c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ Also copy `ansible/group_vars/cluster/settings.yml.example` to
To run the bootstrap process, move into the `ansible` directory, then run
```
./ansible-playbook -i inventory.yml bootstrap.yml
ansible-playbook -i inventory.yml bootstrap.yml
```
## Managing an existing cluster
......
......@@ -2,7 +2,7 @@
if [ -z "$1" ]
then
echo "Usage: ./control.sh SERVER-IP"
echo "Usage: ./manage SERVER-IP"
exit 1
else
host=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment