From 6fc616203c449ed2ab55e5cc08b1e3d610f67fd8 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Tue, 18 Dec 2018 13:36:37 +0100 Subject: [PATCH] Small fixes to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d00cc5ccd..01cc8083e 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ a Docker image) which contains utilities to manage your cluster. ## Prerequisites -* You need to have ssh access to the root account of the machines that will run -your cluster. +* You need to have ssh access (either as root, or a another user that can + `sudo`) to the machines that will make up your cluster. * You need ansible installed on your workstation to run the bootstrap scripts. ## Bootstrapping a new cluster ### Configure your cluster -Copy `ansible/inventory.example` to `ansible/inventory` and edit it to reflect -your cluster. +Copy `ansible/inventory.yml.example` to `ansible/inventory.yml` and edit it to +reflect your cluster. Also copy `ansible/group_vars/cluster/settings.yml.example` to `ansible/group_vars/cluster/settings.yml` and edit as you see fit. -- GitLab