From 89f9a8a5433400026b090e133535ac5015727619 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Oct 21 2016 13:22:49 +0000 Subject: add a note about ssh keys to README Signed-off-by: Adam Miller --- diff --git a/README.rst b/README.rst index 389ff8f..1b822c6 100644 --- a/README.rst +++ b/README.rst @@ -50,8 +50,15 @@ that file is ``inventory/inventory``. You will also need to configure the inventory that will be used in the remote execution of ansible on the openshift control machine, this file is ``files/openshift-cluster-inventory`` +.. note:: + There is a requirement to setup the SSH keys such that the bastion host + can passwordless ssh into the openshift control host and such that the + openshift control host can passwordless ssh into each of the hosts in + the openshift cluster. This is outside the scope of this document. + Then you can run the playbook to run the playbook: :: ansible-playbook ansible-ansible-openshift-ansible.yml -i inventory/inventory +